aboutsummaryrefslogtreecommitdiff
path: root/zsh/correction.zsh
diff options
context:
space:
mode:
authorMatt Singleton <matthew.j.singleton@gmail.com>2011-02-18 17:05:47 -0500
committerMatt Singleton <matthew.j.singleton@gmail.com>2011-02-18 17:05:47 -0500
commitbb3b34829a0599a2c356a46fdfa75c3f9c525088 (patch)
tree69cfc5baf380c5b4151df69fb8ba6d7525c4c0e3 /zsh/correction.zsh
parentfa40c9c0a1ec3238053575a2fac228f92d49fd78 (diff)
removing dependency on oh-my-zsh
Diffstat (limited to 'zsh/correction.zsh')
-rw-r--r--zsh/correction.zsh9
1 files changed, 9 insertions, 0 deletions
diff --git a/zsh/correction.zsh b/zsh/correction.zsh
new file mode 100644
index 0000000..72692a6
--- /dev/null
+++ b/zsh/correction.zsh
@@ -0,0 +1,9 @@
+#done
+
+setopt correct_all
+
+alias man='nocorrect man'
+alias mv='nocorrect mv'
+alias mysql='nocorrect mysql'
+alias psql='nocorrect psql'
+alias mkdir='nocorrect mkdir'