Files
2026-06-23 00:23:16 +02:00

10 lines
255 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 if it exists.
if test -f $OMF_PATH/init.fish
source $OMF_PATH/init.fish
end