diff options
-rw-r--r-- | zsh/.zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |