2012-07-26 04:03:51 +00:00
|
|
|
# Path to your oh-my-fish.
|
2012-07-29 18:42:37 +00:00
|
|
|
set fish_path $HOME/.oh-my-fish
|
2012-07-26 04:03:51 +00:00
|
|
|
|
|
|
|
# Theme
|
2012-07-29 18:42:37 +00:00
|
|
|
set fish_theme robbyrussell
|
2012-07-26 04:03:51 +00:00
|
|
|
|
|
|
|
# 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/
|
2015-02-01 13:35:02 +00:00
|
|
|
# Example format: set fish_plugins bundler z
|
2012-07-26 04:03:51 +00:00
|
|
|
|
2015-02-01 13:35:02 +00:00
|
|
|
# Path to your custom folder (default path is ~/.oh-my-fish/custom)
|
2012-07-29 18:42:37 +00:00
|
|
|
#set fish_custom $HOME/dotfiles/oh-my-fish
|
2012-07-26 04:03:51 +00:00
|
|
|
|
2013-08-21 07:04:36 +00:00
|
|
|
# Load oh-my-fish configuration.
|
2013-10-18 17:15:47 +00:00
|
|
|
. $fish_path/oh-my-fish.fish
|