oh-my-fish/templates/config.fish

17 lines
498 B
Fish
Raw Normal View History

2012-07-26 04:03:51 +00:00
# Path to your oh-my-fish.
set fish_path $HOME/.oh-my-fish
2012-07-26 04:03:51 +00:00
# Theme
set fish_theme robbyrussell
2012-07-26 04:03:51 +00:00
2015-02-14 19:08:16 +00:00
# All built-in plugins can be found at ~/.oh-my-fish/plugins/
2012-07-26 04:03:51 +00:00
# Custom plugins may be added to ~/.oh-my-fish/custom/plugins/
2015-02-14 19:08:16 +00:00
# Enable plugins by adding their name separated by a space to the line below.
set fish_plugins theme
2012-07-26 04:03:51 +00:00
# Path to your custom folder (default path is ~/.oh-my-fish/custom)
#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.
. $fish_path/oh-my-fish.fish