1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 17:25:23 +02:00

[zsh] Do not correct vim with .vim...

This commit is contained in:
Hyacinthe Cartiaux 2014-08-18 19:35:34 +02:00
parent 0c6ecd37cc
commit 724bf22f6d

View file

@ -49,12 +49,15 @@ setopt HIST_REDUCE_BLANKS
setopt HIST_IGNORE_SPACE
setopt SH_WORD_SPLIT
setopt nohup
setopt correctall
setopt chase_links
unsetopt ignore_eof
unsetopt rm_star_silent
unsetopt list_ambiguous
# Auto-correct
setopt correctall
alias vim='nocorrect vim'
# This will set the default prompt
source ~/.zsh/prompt_hyacinthe_setup