fish: remove base16 color scheme plugin

This commit is contained in:
Charles Gould 2020-03-27 20:17:06 -05:00
parent 42be4ad809
commit 3c0ad26e4b
2 changed files with 0 additions and 9 deletions

View File

@ -71,14 +71,6 @@ 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
# Fish local configs # Fish local configs
set -g _fish_local_path ~/.local/fish set -g _fish_local_path ~/.local/fish
test -d $_fish_local_path/functions ; and set fish_function_path $fish_function_path[1] $_fish_local_path/functions $fish_function_path[2..-1] test -d $_fish_local_path/functions ; and set fish_function_path $fish_function_path[1] $_fish_local_path/functions $fish_function_path[2..-1]

View File

@ -2,4 +2,3 @@ b4b4r07/enhancd
oh-my-fish/plugin-foreign-env 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
tomyun/base16-fish