Browse Source

make correction work; this is a nicer way of handling typos in commands

James Cox 14 years ago
parent
commit
1b784bbf4d
1 changed files with 6 additions and 0 deletions
  1. 6 0
      correction.zsh

+ 6 - 0
correction.zsh

@@ -0,0 +1,6 @@
+setopt correct_all
+
+alias man='nocorrect man'
+alias mv='nocorrect mv'
+alias mysql='nocorrect mysql'
+alias mv='nocorrect mv'