From 3fac760bcad942db9581100e42bdf1189e971d92 Mon Sep 17 00:00:00 2001 From: self Date: Sun, 24 Jul 2022 20:19:45 +0100 Subject: added gcl alias for git clone --- zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.1