mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-09 13:10:40 +00:00
e38b220e1e
As @GlitchMr commented, fish 2.1 has not been released yet and even
then, the command . will only be deprecated, not removed.
This reverts commit 03833fda7b
.
16 lines
469 B
Fish
16 lines
469 B
Fish
# Path to your oh-my-fish.
|
|
set fish_path $HOME/.oh-my-fish
|
|
|
|
# Theme
|
|
set fish_theme robbyrussell
|
|
|
|
# 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/
|
|
# Example format: set fish_plugins autojump bundler
|
|
|
|
# Path to your custom folder (default path is $FISH/custom)
|
|
#set fish_custom $HOME/dotfiles/oh-my-fish
|
|
|
|
# Load oh-my-fish configuration.
|
|
. $fish_path/oh-my-fish.fish
|