From 7a8fd90ac2ab94ca82a055a19df07f9caae9637a Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Thu, 29 Feb 2024 14:40:59 -0500 Subject: [PATCH] fix pull command --- configs/shells/bash/macros.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/shells/bash/macros.sh b/configs/shells/bash/macros.sh index f84e592..44957e5 100644 --- a/configs/shells/bash/macros.sh +++ b/configs/shells/bash/macros.sh @@ -193,7 +193,7 @@ wg-cat() { ewconfig-pull() { cwd=$(pwd) cd ~/.config/ewconfig - git pull master + git pull cd $cwd }