Files
skel/dotfiles/zshrc.d/cnf.zsh
2020-09-07 21:51:47 -07:00

5 lines
180 B
Bash

# 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