From 4d3437e90522ed652dd788822ddd897d7d2401b3 Mon Sep 17 00:00:00 2001 From: Sasha MOREL Date: Thu, 2 Jun 2022 06:56:17 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20sans=20cd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rc/functions.rc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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