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 }