summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index add486e..8825a84 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -153,7 +153,8 @@ gpr() { # Print all remotes
}
gcar() { # Git clone from origin url and then add in the rest of remotes
git clone gitea@git.gabbott.xyz:self/$1.git
- gar
+ cd ./$1
+ gar $1
}
# misc