diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 64b8596..d1e3917 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -145,3 +145,4 @@ source "$DOTFILES/aliases" source "$ZSH_DIR/plugins/sudo.zsh" source "$ZSH_DIR/plugins/fish-theme.zsh" [ -f '/usr/share/fzf/key-bindings.zsh' ] && source /usr/share/fzf/key-bindings.zsh +[ -f '/usr/share/doc/pkgfile/command-not-found.zsh' ] && source /usr/share/doc/pkgfile/command-not-found.zsh