mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-10 04:26:17 +02:00
nocorrecting n so I don't get correction when running npm commands
This commit is contained in:
parent
cb16076df6
commit
4bc4455051
1 changed files with 1 additions and 0 deletions
|
|
@ -3,3 +3,4 @@ alias figlet="nocorrect figlet"
|
||||||
alias scala="nocorrect scala"
|
alias scala="nocorrect scala"
|
||||||
alias rake="noglob rake"
|
alias rake="noglob rake"
|
||||||
alias ...="noglob ..."
|
alias ...="noglob ..."
|
||||||
|
alias n="nocorrect n"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue