diff options
author | self <george@gabbott.dev> | 2022-07-24 20:19:45 +0100 |
---|---|---|
committer | self <george@gabbott.dev> | 2022-07-24 20:19:45 +0100 |
commit | 3fac760bcad942db9581100e42bdf1189e971d92 (patch) | |
tree | cf8c3e72309329541c879936f057ead44deacdb4 /zsh/.zshrc | |
parent | bc7380cd37e5ce8ce07b48f7523d16b468e3b79f (diff) |
added gcl alias for git clone
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r-- | zsh/.zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |