From 60faaa07eabbed8524b2937b7309f82e70803b57 Mon Sep 17 00:00:00 2001 From: self Date: Tue, 3 May 2022 21:57:42 +0100 Subject: Updated gcar --- zsh/.zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'zsh/.zshrc') 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 -- cgit v1.2.1