2012-07-26 01:03:51 -03:00
|
|
|
# Path to your oh-my-fish.
|
2012-07-29 15:42:37 -03:00
|
|
|
set fish_path $HOME/.oh-my-fish
|
2012-07-26 01:03:51 -03:00
|
|
|
|
2015-02-01 11:35:02 -02:00
|
|
|
# Path to your custom folder (default path is ~/.oh-my-fish/custom)
|
2012-07-29 15:42:37 -03:00
|
|
|
#set fish_custom $HOME/dotfiles/oh-my-fish
|
2012-07-26 01:03:51 -03:00
|
|
|
|
2013-08-21 17:04:36 +10:00
|
|
|
# Load oh-my-fish configuration.
|
2013-10-18 14:15:47 -03:00
|
|
|
. $fish_path/oh-my-fish.fish
|
2015-05-26 14:28:06 +01:00
|
|
|
|
|
|
|
# Custom plugins and themes may be added to ~/.oh-my-fish/custom
|
|
|
|
# Plugins and themes can be found at https://github.com/oh-my-fish/
|
|
|
|
Theme 'robbyrussell'
|
|
|
|
Plugin 'theme'
|