mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Add command-not-found support
This commit is contained in:
4
dotfiles/zshrc.d/cnf.zsh
Normal file
4
dotfiles/zshrc.d/cnf.zsh
Normal 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
|
||||||
Reference in New Issue
Block a user