summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorself <george@gabbott.dev>2022-07-24 20:19:45 +0100
committerself <george@gabbott.dev>2022-07-24 20:19:45 +0100
commit3fac760bcad942db9581100e42bdf1189e971d92 (patch)
treecf8c3e72309329541c879936f057ead44deacdb4
parentbc7380cd37e5ce8ce07b48f7523d16b468e3b79f (diff)
added gcl alias for git clone
-rw-r--r--zsh/.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 9608608..264283a 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -178,6 +178,7 @@ abbrev-alias ga="git add"
abbrev-alias gc="git commit"
abbrev-alias gcm="git commit -m"
abbrev-alias gf="git fetch"
+abbrev-alias gcl="git clone"
git-add-remotes() { # Add remotes
git remote add origin gitea@git.gabbott.dev:self/$1.git
git remote add github git@github.com:GeorgeAbbott/$1.git