Browse Source

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

master
James Cox 15 years ago
parent
commit
039e17d841
  1. 6
      correction.zsh

6
correction.zsh

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