Created
December 16, 2012 23:08
Revisions
-
Denis Kabistan created this gist
Dec 16, 2012 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ You can add a line to your **.zshrc** to ignore auto-correct for all git commands: ``alias git='nocorrect git'`` The other option is to re-create your aliases from .gitconfig in **.zshrc** like so: ``alias 'glg'='git lg'``