2 lines
182 B
Bash
2 lines
182 B
Bash
[[ -e /etc/zsh_command_not_found ]] && source /etc/zsh_command_not_found
|
|
[[ -e /usr/share/doc/pkgfile/command-not-found.zsh ]] && source /usr/share/doc/pkgfile/command-not-found.zsh
|