1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-07-03 18:10:28 +00:00
prezto/plugins/command-not-found/init.zsh

9 lines
228 B
Bash
Raw Normal View History

2011-10-12 03:13:58 +00:00
# Uses the command-not-found package Zsh support as seen in
2011-08-31 03:16:15 +00:00
# http://www.porcheron.info/command-not-found-for-zsh/ and
# installed in Ubuntu.
if [[ -f /etc/zsh_command_not_found ]]; then
source /etc/zsh_command_not_found
fi
2010-10-25 21:02:16 +00:00