2012-07-26 12:03:51 +08:00
|
|
|
# Path to your oh-my-fish.
|
2012-07-30 02:42:37 +08:00
|
|
|
set fish_path $HOME/.oh-my-fish
|
2012-07-26 12:03:51 +08:00
|
|
|
|
|
|
|
# Theme
|
2012-07-30 02:42:37 +08:00
|
|
|
set fish_theme robbyrussell
|
2012-07-26 12:03:51 +08:00
|
|
|
|
2015-02-15 03:08:16 +08:00
|
|
|
# All built-in plugins can be found at ~/.oh-my-fish/plugins/
|
2012-07-26 12:03:51 +08:00
|
|
|
# Custom plugins may be added to ~/.oh-my-fish/custom/plugins/
|
2015-02-15 03:08:16 +08:00
|
|
|
# Enable plugins by adding their name separated by a space to the line below.
|
|
|
|
set fish_plugins theme
|
2012-07-26 12:03:51 +08:00
|
|
|
|
2015-02-01 21:35:02 +08:00
|
|
|
# Path to your custom folder (default path is ~/.oh-my-fish/custom)
|
2012-07-30 02:42:37 +08:00
|
|
|
#set fish_custom $HOME/dotfiles/oh-my-fish
|
2012-07-26 12:03:51 +08:00
|
|
|
|
2013-08-21 15:04:36 +08:00
|
|
|
# Load oh-my-fish configuration.
|
2013-10-19 01:15:47 +08:00
|
|
|
. $fish_path/oh-my-fish.fish
|