Fix issue #197: quote OMF_PATH

This commit is contained in:
Itzik Ephraim 2015-12-25 17:26:22 +02:00
parent 5e7abd6a4d
commit 7188fb6018

View File

@ -1,8 +1,8 @@
# Path to Oh My Fish install.
set -gx OMF_PATH {{OMF_PATH}}
set -gx OMF_PATH "{{OMF_PATH}}"
# Customize Oh My Fish configuration path.
#set -gx OMF_CONFIG {{OMF_CONFIG}}
#set -gx OMF_CONFIG "{{OMF_CONFIG}}"
# Load oh-my-fish configuration.
source $OMF_PATH/init.fish