mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-09 12:38:30 +08:00
11 lines
387 B
Fish
11 lines
387 B
Fish
![]() |
# Path to your oh-my-fish.
|
||
|
set -g OMF_PATH {{OMF_PATH}}
|
||
|
|
||
|
### Configuration required to load oh-my-fish ###
|
||
|
# Note: Only add configurations that are required to be set before oh-my-fish is loaded.
|
||
|
# For common configurations, we advise you to add them to your $OMF_CONFIG/init.fish file or
|
||
|
# to create a custom plugin instead.
|
||
|
|
||
|
# Load oh-my-fish configuration.
|
||
|
source $OMF_PATH/init.fish
|