Only source zsh_command_not_found if existing
This commit is contained in:
@@ -58,7 +58,7 @@ setopt NO_HUP
|
|||||||
setopt NO_CHECK_JOBS
|
setopt NO_CHECK_JOBS
|
||||||
|
|
||||||
# command suggestions
|
# command suggestions
|
||||||
source /etc/zsh_command_not_found
|
[ -f "/etc/zsh_command_not_found" ] && source /etc/zsh_command_not_found
|
||||||
|
|
||||||
# rebuild autocompletion always
|
# rebuild autocompletion always
|
||||||
zstyle ":completion:*:commands" rehash 1
|
zstyle ":completion:*:commands" rehash 1
|
||||||
|
|||||||
Reference in New Issue
Block a user