summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorself <self@sateoki.xyz>2022-05-03 22:01:06 +0100
committerself <self@sateoki.xyz>2022-05-03 22:01:06 +0100
commit629307f9d0bebbe9b143cc9e70ac9615d5a3ba51 (patch)
treea2799ac82165db895ca85dee41ce16a1dcb67c58 /zsh
parent60faaa07eabbed8524b2937b7309f82e70803b57 (diff)
made so gcar does not navigate into directory after running
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 8825a84..b6cde6e 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -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