Move all pyenv config into pyenv.fish

This commit is contained in:
Evie Litherland-Smith 2023-02-27 09:16:47 +00:00
parent cadb3b766b
commit eb1bf353ba
2 changed files with 6 additions and 6 deletions

View file

@ -1 +1,4 @@
pyenv init - | source
if status is-interactive
set -gx PYENV_ROOT $HOME/.pyenv
set -g fish_user_paths $PYENV_ROOT/bin $fish_user_paths
end

View file

@ -1,14 +1,11 @@
if status is-interactive
set -gx EDITOR nvim
set -gx VISUAL nvim
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
starship init fish | source
enable_transience
end
starship init fish | source
enable_transience