]> arthur.barton.de Git - ax-zsh.git/commitdiff
correction: Don't correct some more commands
authorAlexander Barton <alex@barton.de>
Mon, 18 Sep 2017 20:37:23 +0000 (22:37 +0200)
committerAlexander Barton <alex@barton.de>
Mon, 18 Sep 2017 20:37:23 +0000 (22:37 +0200)
default_plugins/correction/correction.zshrc

index 3f222499277a259783a3dbadd0fb04654b9d13dd..79b9da1239ced23770a3d1331d44848a0063120e 100644 (file)
@@ -2,17 +2,24 @@
 # correction.zshrc: Setup correction
 
 for cmd (
+       alias
        apt
        aptitude
        brew
+       command
        ebuild
+       echo
        gist
        man
        mkdir
        mv
        mysql
        pkg_add
+       print
+       printf
        sudo
+       type
+       which
 ); do
        [[ -n $commands[$cmd] ]] \
                && alias $cmd="nocorrect $cmd"