changed update behaviour
This commit is contained in:
2
zshrc
2
zshrc
@@ -21,7 +21,7 @@ setopt histignorealldups sharehistory
|
|||||||
|
|
||||||
#Alias
|
#Alias
|
||||||
alias ..='cd ..'
|
alias ..='cd ..'
|
||||||
alias update_zsh='cd ~/.zsh_conf && git pull && cd'
|
alias update_zsh='git -C ~/.zsh_conf pull'
|
||||||
|
|
||||||
# Use emacs keybindings even if our EDITOR is set to vi
|
# Use emacs keybindings even if our EDITOR is set to vi
|
||||||
bindkey -e
|
bindkey -e
|
||||||
|
|||||||
Reference in New Issue
Block a user