From cb26523b2dc96beb0f80845e99726ff253fb4187 Mon Sep 17 00:00:00 2001 From: listout Date: Sun, 27 Mar 2022 20:32:45 +0530 Subject: zsh: completion: pkgfile check removed No pkgfile available for gentoo Signed-off-by: listout --- .config/zsh/completion.zsh | 2 -- 1 file changed, 2 deletions(-) (limited to '.config') 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 -- cgit v1.2.3