From 4bc445505196eeeab629b4d3aaab3af91658818e Mon Sep 17 00:00:00 2001 From: Nathan Stilwell Date: Mon, 23 Nov 2015 23:12:52 -0500 Subject: [PATCH] nocorrecting n so I don't get correction when running npm commands --- custom/corrections.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/custom/corrections.zsh b/custom/corrections.zsh index 5c9f72eb9..3c1cb8fbd 100644 --- a/custom/corrections.zsh +++ b/custom/corrections.zsh @@ -3,3 +3,4 @@ alias figlet="nocorrect figlet" alias scala="nocorrect scala" alias rake="noglob rake" alias ...="noglob ..." +alias n="nocorrect n"