commit 43242b8354c0efa0315674e062080034d9169a85
parent 72899940de913efa7913c423b2b628eb7949383c
Author: Alex Balgavy <a.balgavy@gmail.com>
Date: Mon, 4 May 2020 23:23:53 +0200
zsh: don't correct git or g
Former-commit-id: c8b5617d0cb1208e4ffd50455855c89650454342
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/shell/zshrc b/shell/zshrc
@@ -52,6 +52,8 @@ source $DOTFILES/shell/oh-my-zsh-defaults/keys.zsh
# Auto correct commands, with exceptions (from oh-my-zsh)
alias cp='nocorrect cp'
+alias g='nocorrect g'
+alias git='nocorrect git'
alias man='nocorrect man'
alias mkdir='nocorrect mkdir'
alias mv='nocorrect mv'