You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
203 B

  1. # Path to Oh My Fish install.
  2. set -q XDG_DATA_HOME
  3. and set -gx OMF_PATH "$XDG_DATA_HOME/omf"
  4. or set -gx OMF_PATH "$HOME/.local/share/omf"
  5. # Load Oh My Fish configuration.
  6. source $OMF_PATH/init.fish