summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.zshrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 765892fc..b257d9fa 100644
--- a/.zshrc
+++ b/.zshrc
@@ -20,7 +20,6 @@ export CLICOLOR=1
 [[ "$OSTYPE" = 'linux-gnu' ]] &&
   alias ls='ls --color' grep='grep --color' rm='rm -I'
 
-alias gcl='git clone'
 alias gs='git status -sb'
 alias ga='git add'
 alias gc='git commit'
id=ce55e9252c53384d241accfa56be1adeffa2e59b&follow=1'>Add options for default colors to shottyJune McEnroe 2019-07-08Use char literals consistentlyJune McEnroe