summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorlistout <listout@protonmail.com>2022-03-27 20:32:45 +0530
committerlistout <listout@protonmail.com>2022-03-27 20:32:45 +0530
commitcb26523b2dc96beb0f80845e99726ff253fb4187 (patch)
treec475a1e1f573be86aa12141597a22712663ab8e6 /.config
parentdeefd65a5e5ed80951e32b63f9400405b77343a5 (diff)
zsh: completion: pkgfile check removed
No pkgfile available for gentoo Signed-off-by: listout <listout@protonmail.com>
Diffstat (limited to '.config')
-rw-r--r--.config/zsh/completion.zsh2
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