Browse Source

Add quotes around file names

master
Sorin Ionescu 13 years ago
parent
commit
24559be19d
  1. 4
      modules/command-not-found/init.zsh

4
modules/command-not-found/init.zsh

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
# Joseph Jon Booker <joe@neoturbine.net>
#
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

Loading…
Cancel
Save