diff --git a/fish/config.fish b/fish/config.fish index ec02b4f..0e6b89b 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -81,6 +81,14 @@ if not functions -q fisher fish -c fisher end +# Fish color scheme +if functions -q base16-bright + if test "$base16_theme" != bright + echo "Setting base16 theme: bright" + base16-bright + end +end + # Homebrew package manager if test -x /home/linuxbrew/.linuxbrew/bin/brew eval (/home/linuxbrew/.linuxbrew/bin/brew shellenv) diff --git a/fish/fishfile b/fish/fishfile index f33441b..2d418a8 100644 --- a/fish/fishfile +++ b/fish/fishfile @@ -1,4 +1,5 @@ b4b4r07/enhancd +oh-my-fish/plugin-foreign-env oh-my-fish/plugin-license oh-my-fish/plugin-sublime -oh-my-fish/plugin-foreign-env +tomyun/base16-fish