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

[zsh] nocorrect sudo & ssh

This commit is contained in:
Hyacinthe Cartiaux 2016-11-17 10:50:23 +01:00
parent 59e5e71aab
commit b9689653b6

View file

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