Autoload zmv builtin
This commit is contained in:
parent
cbc1ce3abb
commit
e546c529b9
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ if type brew &>/dev/null; then
|
||||||
FPATH=$(brew --prefix)/share/zsh/site-functions:$FPATH
|
FPATH=$(brew --prefix)/share/zsh/site-functions:$FPATH
|
||||||
FPATH=$(brew --prefix)/share/zsh/zsh-completions:$FPATH
|
FPATH=$(brew --prefix)/share/zsh/zsh-completions:$FPATH
|
||||||
fi
|
fi
|
||||||
autoload -Uz compinit promptinit run-help
|
autoload -Uz compinit promptinit run-help zmv
|
||||||
compinit
|
compinit
|
||||||
promptinit
|
promptinit
|
||||||
case $(type run-help) in
|
case $(type run-help) in
|
||||||
|
|
Loading…
Add table
Reference in a new issue