commit a316a8786c4cf02530effb8723cb0e31c3a990e3
parent bf3ed0f8583ea713f446fe73b8b44d851c146625
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Sun, 29 Jun 2014 08:44:09 +0200
renamed clear alias
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.zshrc b/.zshrc
@@ -54,7 +54,7 @@ alias gp='git push'
alias gpu='git pull'
alias gcgp='git commit && git push'
alias gcagp='git commit -a && git push'
-alias c='clear && tmux clear-history'
+alias clear='clear && tmux clear-history'
alias zshreload="source ~/.zshrc"