diff --git a/modules/command-not-found/init.zsh b/modules/command-not-found/init.zsh index d4a1e85..38f3626 100644 --- a/modules/command-not-found/init.zsh +++ b/modules/command-not-found/init.zsh @@ -5,7 +5,7 @@ # Joseph Jon Booker # -if [[ -s /etc/zsh_command_not_found ]]; then - source /etc/zsh_command_not_found +if [[ -s '/etc/zsh_command_not_found' ]]; then + source '/etc/zsh_command_not_found' fi