diff options
author | self <self@sateoki.xyz> | 2022-05-03 22:01:06 +0100 |
---|---|---|
committer | self <self@sateoki.xyz> | 2022-05-03 22:01:06 +0100 |
commit | 629307f9d0bebbe9b143cc9e70ac9615d5a3ba51 (patch) | |
tree | a2799ac82165db895ca85dee41ce16a1dcb67c58 /zsh/.zshrc | |
parent | 60faaa07eabbed8524b2937b7309f82e70803b57 (diff) |
made so gcar does not navigate into directory after running
Diffstat (limited to 'zsh/.zshrc')
-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 |