From 7755591a38fe8c775d626905d8b094e535c58f08 Mon Sep 17 00:00:00 2001 From: Charles Gould Date: Sun, 22 Mar 2020 18:00:47 -0500 Subject: [PATCH] fish: add base16 color scheme plugin --- fish/config.fish | 8 ++++++++ fish/fishfile | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) 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