mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 22:54:59 +08:00
7 lines
203 B
Fish
Executable file
7 lines
203 B
Fish
Executable file
# 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"
|
|
|
|
# Load Oh My Fish configuration.
|
|
source $OMF_PATH/init.fish
|