Andrew's git
/
dotfiles.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
autoload zmv in zsh config
[dotfiles.git]
/
zsh
/
.zshrc
diff --git
a/zsh/.zshrc
b/zsh/.zshrc
index 04060df11f75c4a688342f364b78b990afb9c71c..14d27712329a1475dcbfcb11fbc2358ff1c81a49 100755
(executable)
--- a/
zsh/.zshrc
+++ b/
zsh/.zshrc
@@
-47,6
+47,9
@@
DISABLE_UNTRACKED_FILES_DIRTY="true"
# plugins can be found in ~/.oh-my-zsh/plugins/*
plugins=(git)
+# load zmv
+autoload -U zmv
+
# ---
# Appearance
# ---