mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
check if /etc/zsh_command_not_found exists
This commit is contained in:
parent
921d2f49ef
commit
25bd025efa
1 changed files with 3 additions and 1 deletions
|
|
@ -2,4 +2,6 @@
|
|||
# as seen in http://www.porcheron.info/command-not-found-for-zsh/
|
||||
# this is installed in Ubuntu
|
||||
|
||||
source /etc/zsh_command_not_found
|
||||
if [ -f /etc/zsh_command_not_found ]; then
|
||||
source /etc/zsh_command_not_found
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue