summaryrefslogtreecommitdiffstats
path: root/zsh/zshrc
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2012-02-12 04:13:26 +0100
committerStefan Ritter <xeno@thehappy.de>2012-02-12 04:13:26 +0100
commit238e9f2e3420b4ca4c796ebc0e910f594e8479f4 (patch)
treea6dfb31f56ff7e9c722474153b4452d5746bc1c9 /zsh/zshrc
parentea01db1e675ac1fd7f3417c5bc663bd61bbb1e85 (diff)
Updates
Diffstat (limited to 'zsh/zshrc')
-rw-r--r--zsh/zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index 1df5012..3a378b7 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -38,7 +38,7 @@ SAVEHIST=1000
HISTFILE=~/.zsh_history
autoload -U compinit; compinit
-autoload zmv
+autoload -U zmv
alias c="clear"
alias ls="ls --color=auto"