zshrc: Don't correct file names for cargo

This commit is contained in:
Jannik Beyerstedt 2026-02-04 11:10:14 +01:00
parent fb5b20efdf
commit 758bbf33f9

View file

@ -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"