From 039e17d84175b091137bfaff59ccfaa67a2300d6 Mon Sep 17 00:00:00 2001 From: James Cox Date: Tue, 22 Sep 2009 16:41:22 +0100 Subject: [PATCH] make correction work; this is a nicer way of handling typos in commands --- correction.zsh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 correction.zsh diff --git a/correction.zsh b/correction.zsh new file mode 100644 index 00000000..c9fecb0f --- /dev/null +++ b/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'