mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 05:29:09 -07:00
5 lines
180 B
Bash
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
|