浏览代码

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

James Cox 14 年之前
父节点
当前提交
1b784bbf4d
共有 1 个文件被更改,包括 6 次插入0 次删除
  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'