Use pkgfile command not found handler for arch

This commit is contained in:
Marko Korhonen 2022-08-17 21:57:49 +03:00
parent d4a8a624e8
commit 95af231210
2 changed files with 6 additions and 30 deletions

View file

@ -73,3 +73,8 @@ fi
# Disable dotdrop submodule auto update
export DOTDROP_AUTOUPDATE=no
{%@@ if os == "arch" @@%}
# Enable pkgfile command not found handler
source /usr/share/doc/pkgfile/command-not-found.zsh
{%@@ endif @@%}