Mise à jour sans cd

This commit is contained in:
2022-06-02 06:56:17 +02:00
parent 5ab1aa11e9
commit 4d3437e905

View File

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