From 758bbf33f924620cdb8fe72439aca67a2f464ca7 Mon Sep 17 00:00:00 2001 From: Jannik Beyerstedt Date: Wed, 4 Feb 2026 11:10:14 +0100 Subject: [PATCH] zshrc: Don't correct file names for cargo --- templates/_zshrc.j2 | 1 + 1 file changed, 1 insertion(+) 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"