Use pkgfile command not found handler for arch

This commit is contained in:
Marko Korhonen 2022-08-17 21:57:49 +03:00
parent e87ef5f56d
commit 33037ba06d
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
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 @@%}