mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 18:38:00 +00:00
Add quotes around file names
This commit is contained in:
parent
0165379143
commit
24559be19d
@ -5,7 +5,7 @@
|
|||||||
# Joseph Jon Booker <joe@neoturbine.net>
|
# Joseph Jon Booker <joe@neoturbine.net>
|
||||||
#
|
#
|
||||||
|
|
||||||
if [[ -s /etc/zsh_command_not_found ]]; then
|
if [[ -s '/etc/zsh_command_not_found' ]]; then
|
||||||
source /etc/zsh_command_not_found
|
source '/etc/zsh_command_not_found'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user