fish: add base16 color scheme plugin

This commit is contained in:
Charles Gould 2020-03-22 18:00:47 -05:00
parent f3eb75a432
commit 7755591a38
2 changed files with 10 additions and 1 deletions

View File

@ -81,6 +81,14 @@ if not functions -q fisher
fish -c fisher fish -c fisher
end 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 # Homebrew package manager
if test -x /home/linuxbrew/.linuxbrew/bin/brew if test -x /home/linuxbrew/.linuxbrew/bin/brew
eval (/home/linuxbrew/.linuxbrew/bin/brew shellenv) eval (/home/linuxbrew/.linuxbrew/bin/brew shellenv)

View File

@ -1,4 +1,5 @@
b4b4r07/enhancd b4b4r07/enhancd
oh-my-fish/plugin-foreign-env
oh-my-fish/plugin-license oh-my-fish/plugin-license
oh-my-fish/plugin-sublime oh-my-fish/plugin-sublime
oh-my-fish/plugin-foreign-env tomyun/base16-fish