mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-03 15:40:32 +00:00
14 lines
404 B
Fish
14 lines
404 B
Fish
# Path to your oh-my-fish.
|
|
set fish_path $HOME/.oh-my-fish
|
|
|
|
# Path to your custom folder (default path is ~/.oh-my-fish/custom)
|
|
#set fish_custom $HOME/dotfiles/oh-my-fish
|
|
|
|
# Load oh-my-fish configuration.
|
|
. $fish_path/oh-my-fish.fish
|
|
|
|
# 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'
|