mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-19 09:25:28 +00:00
11 lines
284 B
Fish
11 lines
284 B
Fish
# Path to Oh My Fish install.
|
|
set -q XDG_DATA_HOME
|
|
and set -gx OMF_PATH "$XDG_DATA_HOME/omf"
|
|
or set -gx OMF_PATH "$HOME/.local/share/omf"
|
|
|
|
# Customize Oh My Fish configuration path.
|
|
#set -gx OMF_CONFIG "{{OMF_CONFIG}}"
|
|
|
|
# Load oh-my-fish configuration.
|
|
source $OMF_PATH/init.fish
|