diff options
Diffstat (limited to '.config/zsh/completion.zsh')
-rw-r--r-- | .config/zsh/completion.zsh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.config/zsh/completion.zsh b/.config/zsh/completion.zsh index 5702d9e..f55b06a 100644 --- a/.config/zsh/completion.zsh +++ b/.config/zsh/completion.zsh @@ -7,8 +7,6 @@ ZLE_SPACE_SUFFIX_CHARS=$'|&' ### Handle command not found if [ -e /usr/share/doc/pkgfile/command-not-found.zsh ]; then source /usr/share/doc/pkgfile/command-not-found.zsh -else - echo "pkgfile not installed" fi ### For autocompletion with an arrow-key driven interface |