summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTill Höppner2017-05-16 12:43:41 +0200
committerTill Höppner2017-05-16 12:43:41 +0200
commit4e25c45ad8eadc88c9f54e8d5575df428935ce2a (patch)
tree32617484ba2d2dc8b7f0cd4388bf7cc108b1cd8d
parent6e144bcba48c7fd7a707693874a9bb311afd2c33 (diff)
downloadzsh-4e25c45ad8eadc88c9f54e8d5575df428935ce2a.tar.gz
zsh-4e25c45ad8eadc88c9f54e8d5575df428935ce2a.tar.xz
zsh-4e25c45ad8eadc88c9f54e8d5575df428935ce2a.zip
Autoload zmv
-rw-r--r--conf.d/60-prompt.zsh2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf.d/60-prompt.zsh b/conf.d/60-prompt.zsh
index ad86dd2..d1d7fae 100644
--- a/conf.d/60-prompt.zsh
+++ b/conf.d/60-prompt.zsh
@@ -2,6 +2,8 @@ bindkey -e # emacs-style keybindings
setopt autocd
+autoload -U zmv
+
setopt prompt_subst prompt_percent
autoload colors && colors