mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-11 07:10:29 +00:00
9 lines
204 B
Fish
9 lines
204 B
Fish
# Path to Oh My Fish install.
|
|
set -gx OMF_PATH "{{OMF_PATH}}"
|
|
|
|
# Customize Oh My Fish configuration path.
|
|
#set -gx OMF_CONFIG "{{OMF_CONFIG}}"
|
|
|
|
# Load oh-my-fish configuration.
|
|
source $OMF_PATH/init.fish
|