remove useless function

This commit is contained in:
lelgenio 2020-10-22 14:50:51 -03:00
parent 8fcf3fa374
commit 1186e23540
1 changed files with 0 additions and 5 deletions

View File

@ -267,7 +267,6 @@ function fish_prompt
_fish_prompt_normal '$ '
end
_update_fzf_colors
set_color normal
end
@ -288,7 +287,6 @@ set -xU LESS_TERMCAP_us (printf "\e[01;32m")
#}}}
# Fzf settings{{{
function _update_fzf_colors
export FZF_DEFAULT_OPTS="\
--preview '{{@@ bat_command @@}} --style=numbers --color=always {}' \
@ -300,8 +298,5 @@ pointer:{{@@ color.accent @@}},\
spinner:{{@@ color.accent @@}}\
'"
end
_update_fzf_colors
#}}}
# vim:foldmethod=marker