Commit 9b3889b6 authored by Derek Willian Stavis's avatar Derek Willian Stavis

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

Fix issue #197: quote OMF_PATH
parents a1856c71 7188fb60
# 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment