diff --git a/zshrc b/zshrc index 26d20f4..6b4c91c 100644 --- a/zshrc +++ b/zshrc @@ -21,7 +21,7 @@ setopt histignorealldups sharehistory #Alias 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 bindkey -e