Mise à jour sans cd

This commit is contained in:
Sasha MOREL 2022-06-02 06:56:17 +02:00
parent 5ab1aa11e9
commit 4d3437e905
1 changed files with 1 additions and 3 deletions

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
}