diff --git a/templates/_zshrc.j2 b/templates/_zshrc.j2 index d10f867..60aa775 100644 --- a/templates/_zshrc.j2 +++ b/templates/_zshrc.j2 @@ -34,6 +34,7 @@ DISABLE_AUTO_UPDATE="true" # Uncomment the following line to enable command auto-correction. ENABLE_CORRECTION="true" +alias cargo='nocorrect cargo' # Uncomment the following line to display red dots whilst waiting for completion. # COMPLETION_WAITING_DOTS="true"