diff options
author | Till Höppner | 2017-05-16 12:43:41 +0200 |
---|---|---|
committer | Till Höppner | 2017-05-16 12:43:41 +0200 |
commit | 4e25c45ad8eadc88c9f54e8d5575df428935ce2a (patch) | |
tree | 32617484ba2d2dc8b7f0cd4388bf7cc108b1cd8d | |
parent | 6e144bcba48c7fd7a707693874a9bb311afd2c33 (diff) | |
download | zsh-4e25c45ad8eadc88c9f54e8d5575df428935ce2a.tar.gz zsh-4e25c45ad8eadc88c9f54e8d5575df428935ce2a.tar.xz zsh-4e25c45ad8eadc88c9f54e8d5575df428935ce2a.zip |
Autoload zmv
-rw-r--r-- | conf.d/60-prompt.zsh | 2 |
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 |