Use pkgfile command not found handler for arch
This commit is contained in:
parent
d4a8a624e8
commit
95af231210
2 changed files with 6 additions and 30 deletions
|
@ -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 @@%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue