Move some fish uvars into globals

This commit is contained in:
Evie Litherland-Smith 2023-02-27 07:59:32 +00:00
parent 4bba117e2f
commit cadb3b766b

View file

@ -1,7 +1,13 @@
if status is-interactive
set -gx EDITOR nvim
set -gx VISUAL nvim
# fish_config theme choose CatppuccinMacchiato
set -gx PYENV_ROOT $HOME/.pyenv
set -g fish_user_paths $PYENV_ROOT/bin $fish_user_paths
set -gx FZF_DEFAULT_OPTS "\
--color=bg+:#363a4f,bg:#24273a,spinner:#f4dbd6,hl:#ed8796 \
--color=fg:#cad3f5,header:#ed8796,info:#c6a0f6,pointer:#f4dbd6 \
--color=marker:#f4dbd6,fg+:#cad3f5,prompt:#c6a0f6,hl+:#ed8796"
fish_config theme choose CatppuccinMacchiato
end
starship init fish | source