summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zsh/.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 8825a84..b6cde6e 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -155,6 +155,7 @@ gcar() { # Git clone from origin url and then add in the rest of remotes
git clone gitea@git.gabbott.xyz:self/$1.git
cd ./$1
gar $1
+ cd ..
}
# misc