mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-25 09:41:40 +08:00
Fix issue #197: quote OMF_PATH
This commit is contained in:
parent
5e7abd6a4d
commit
7188fb6018
|
@ -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…
Reference in New Issue
Block a user