fish: add base16 color scheme plugin
This commit is contained in:
parent
f3eb75a432
commit
7755591a38
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user