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

[zsh] Do not autocorrect the git command

This commit is contained in:
Hyacinthe Cartiaux 2016-03-07 22:49:53 +01:00
parent c1c0cf1aff
commit 01dcec2f0f

View file

@ -57,6 +57,7 @@ unsetopt list_ambiguous
# Auto-correct
setopt correctall
alias vim='nocorrect vim'
alias git='nocorrect git'
# This will set the default prompt
source ~/.zsh/prompt_hyacinthe_setup