summary refs log tree commit diff
path: root/.zshrc
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'