Move fzf config into fzf.fish
This commit is contained in:
parent
eb1bf353ba
commit
023c42598e
6
config/fish/conf.d/fzf.fish
Normal file
6
config/fish/conf.d/fzf.fish
Normal 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
|
|
@ -1,10 +1,6 @@
|
||||||
if status is-interactive
|
if status is-interactive
|
||||||
set -gx EDITOR nvim
|
set -gx EDITOR nvim
|
||||||
set -gx VISUAL 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
|
fish_config theme choose CatppuccinMacchiato
|
||||||
starship init fish | source
|
starship init fish | source
|
||||||
enable_transience
|
enable_transience
|
||||||
|
|
Loading…
Reference in a new issue