diff --git a/rc/functions.rc b/rc/functions.rc index 7570878..34eb515 100644 --- a/rc/functions.rc +++ b/rc/functions.rc @@ -107,8 +107,6 @@ utf8 () { # Update the config update_zsh_config () { - cd ~/.zsh echo "Updating ZSH configuration…" - git pull - cd $OLDPWD + git -C ~/.zsh pull } \ No newline at end of file