oh-my-fish/templates/config.fish
Derek Stavis 8c394771df install: migrate script from bash to fish
- Checks for a supported fish version (greater than 2.1)
- Migrate travis install script to fish
2015-10-02 20:16:04 -03:00

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