]> arthur.barton.de Git - ax-zsh.git/commitdiff
correction: Ignore pgrep and pkill
authorAlexander Barton <alex@barton.de>
Sat, 30 Sep 2017 20:27:11 +0000 (22:27 +0200)
committerAlexander Barton <alex@barton.de>
Sat, 30 Sep 2017 20:27:11 +0000 (22:27 +0200)
default_plugins/correction/correction.zshrc

index 355120c73825d02ff1456922cf7234063b48e746..e58139f1e5fa8866f58e85b1995b5f12b1f3fd66 100644 (file)
@@ -26,7 +26,9 @@ for cmd (
        mkdir
        mv
        mysql
+       pgrep
        pkg_add
+       pkill
        sudo
 ); do
        [[ -n $commands[$cmd] ]] \