dotfiles/.config/fish/conf.d/omf.fish

8 lines
203 B
Fish
Raw Normal View History

2020-01-08 02:35:17 +03:00
# 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