This repository has been archived on 2022-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
prezto/plugins/command-not-found/init.zsh

9 lines
228 B
Bash
Raw Normal View History

2011-08-30 23:16:15 -04:00
# Uses the command-not-found package ZSH support as seen in
# 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 17:02:16 -04:00