Move fzf config into fzf.fish

This commit is contained in:
Evie Litherland-Smith 2023-02-27 09:17:36 +00:00
parent eb1bf353ba
commit 023c42598e
2 changed files with 6 additions and 4 deletions

View file

@ -0,0 +1,6 @@
if status is-interactive
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"
end

View file

@ -1,10 +1,6 @@
if status is-interactive
set -gx EDITOR nvim
set -gx VISUAL nvim
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