Merge pull request #219 from oranja/bugfix-quote-omf-path

Fix issue #197: quote OMF_PATH
pull/222/head
Derek Willian Stavis 9 years ago
commit 9b3889b6f7

@ -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

Loading…
Cancel
Save