changed update behaviour

This commit is contained in:
2026-02-03 21:50:07 +00:00
parent 301a806b78
commit 6c8f9335af

2
zshrc
View File

@@ -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