13 lines
274 B
Bash
13 lines
274 B
Bash
zstyle ':omz:update' mode disabled
|
|
|
|
# following commands will be prevented to have filename correction:
|
|
# cp, ebuild, gist, heroku, hpodder, man, mkdir, mv, mysql, sudo
|
|
ENABLE_CORRECTION=true
|
|
|
|
HYPHEN_INSENSITIVE=true
|
|
|
|
COMPLETION_WAITING_DOTS=true
|
|
|
|
source $ZSH/oh-my-zsh.sh
|
|
|