Add command-not-found support

This commit is contained in:
David Tomaschik
2020-09-07 21:51:47 -07:00
parent 698f2defa9
commit 68bcf536cb

4
dotfiles/zshrc.d/cnf.zsh Normal file
View File

@@ -0,0 +1,4 @@
# TODO: this is horribly unportable. Fix it.
if test -r /etc/zsh_command_not_found && test -r /var/lib/command-not-found/commands.db ; then
source /etc/zsh_command_not_found
fi