summaryrefslogtreecommitdiffstats
path: root/zshrc
diff options
context:
space:
mode:
authorStefan Ritter <gideonstar@thehappy.de>2009-07-23 23:26:17 +0200
committerStefan Ritter <gideonstar@thehappy.de>2009-07-23 23:26:17 +0200
commitcb8c9747554c8ba02a1f9eb02a6f5c53854154eb (patch)
treef471df7338c9cef7950d0b7a5a3440a4ad3511d3 /zshrc
parent89159844121791bc6d688e46c28eeb016b2054b3 (diff)
Removed cp alias
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/zshrc b/zshrc
index 4afa008..95c01e8 100644
--- a/zshrc
+++ b/zshrc
@@ -19,7 +19,6 @@ autoload -U compinit; compinit
autoload zmv
alias c="clear && fortune"
-alias cp="cp -v"
alias l="ls -la"
alias mkdir="mkdir -p"
alias rmrf="rm -rf"