mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-22 14:15:45 +08:00
template configuration file
This commit is contained in:
parent
8908ec4a09
commit
2c4b02710d
15
templates/config.fish
Normal file
15
templates/config.fish
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Path to your oh-my-fish.
|
||||
set FISH $HOME/.oh-my-fish
|
||||
|
||||
# Theme
|
||||
set FISH_THEME robbyrussell
|
||||
|
||||
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-fish/plugins/*)
|
||||
# Custom plugins may be added to ~/.oh-my-fish/custom/plugins/
|
||||
# Example format: set FISH_PLUGINS autojump git
|
||||
|
||||
# Path to your custom folder (default path is $FISH/custom)
|
||||
#set FISH_CUSTOM $HOME/dotfiles/oh-my-fish
|
||||
|
||||
# Load oh-my-fish cofiguration.
|
||||
. $FISH/oh-my-fish.fish
|
Loading…
Reference in New Issue
Block a user