mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-09 13:10:40 +00:00
8c394771df
- Checks for a supported fish version (greater than 2.1) - Migrate travis install script to fish
9 lines
200 B
Fish
9 lines
200 B
Fish
# Path to Oh My Fish install.
|
|
set -gx OMF_PATH {{OMF_PATH}}
|
|
|
|
# Customize Oh My Fish configuration path.
|
|
#set -gx OMF_CONFIG {{OMF_CONFIG}}
|
|
|
|
# Load oh-my-fish configuration.
|
|
source $OMF_PATH/init.fish
|