Browse code

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

James Cox authored on 22/09/2009 at 15:41:22
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,6 @@
0
+setopt correct_all
1
+
2
+alias man='nocorrect man'
3
+alias mv='nocorrect mv'
4
+alias mysql='nocorrect mysql'
5
+alias mv='nocorrect mv'