summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorself <self@sateoki.xyz>2022-05-03 21:57:42 +0100
committerself <self@sateoki.xyz>2022-05-03 21:57:42 +0100
commit60faaa07eabbed8524b2937b7309f82e70803b57 (patch)
tree0c442ad21465b3f39ba8aefabbe84e7f28aede13 /zsh
parent61388a6d7c8c76299ae6dccaf10e9ee718cdded1 (diff)
Updated gcar
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