1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 09:15:24 +02:00

[zsh] Auto correct settings

This commit is contained in:
Hyacinthe Cartiaux 2017-03-14 10:53:36 +01:00
parent 7144d0ee56
commit 6496a23b3d

View file

@ -55,11 +55,8 @@ unsetopt rm_star_silent
unsetopt list_ambiguous
# Auto-correct
setopt correctall
alias sudo='nocorrect sudo'
alias vim='nocorrect vim'
alias git='nocorrect git'
alias ssh='nocorrect ssh'
unsetopt correct_all
setopt correct
# This will set the default prompt
source ~/.zsh/prompt_hyacinthe_setup