Add fzf marks and some aliases to zsh
This commit is contained in:
@@ -32,6 +32,7 @@ antigen bundle go
|
|||||||
# antigen bundle tmuxinator
|
# antigen bundle tmuxinator
|
||||||
antigen bundle zsh-users/zsh-syntax-highlighting
|
antigen bundle zsh-users/zsh-syntax-highlighting
|
||||||
antigen bundle zsh-users/zsh-autosuggestions
|
antigen bundle zsh-users/zsh-autosuggestions
|
||||||
|
antigen bundle urbainvaes/fzf-marks
|
||||||
|
|
||||||
# For SSH, starting ssh-agent is annoying
|
# For SSH, starting ssh-agent is annoying
|
||||||
antigen bundle ssh-agent
|
antigen bundle ssh-agent
|
||||||
@@ -43,10 +44,13 @@ antigen bundle virtualenv
|
|||||||
|
|
||||||
antigen bundle virtualenv
|
antigen bundle virtualenv
|
||||||
|
|
||||||
|
antigen bundle "greymd/docker-zsh-completion"
|
||||||
|
|
||||||
antigen apply
|
antigen apply
|
||||||
alias vim=nvim
|
alias vim=nvim
|
||||||
|
alias sudo='sudo '
|
||||||
export EDITOR='nvim'
|
export EDITOR='nvim'
|
||||||
export PATH="/usr/local/opt/gnu-getopt/bin:$PATH"
|
alias ls="ls --color=always"
|
||||||
|
|
||||||
test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh"
|
test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user