Enable ubuntu command not found handler

This commit is contained in:
Marko Korhonen 2022-08-17 22:02:56 +03:00
parent 95af231210
commit 0e39efb2cf
2 changed files with 6 additions and 7 deletions

View file

@ -73,8 +73,3 @@ 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 @@%}