From 90777182c695694d7b7a5efa2a80e837902dc3fb Mon Sep 17 00:00:00 2001 From: surtur Date: Wed, 1 Sep 2021 20:46:04 +0200 Subject: [PATCH] zshrc: swith fzf to dracula theme; rm env var * set fzf colors to match the dracula theme * stop setting '~~' as FZF_COMPLETION_TRIGGER --- .zshrc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.zshrc b/.zshrc index a222a7c..d7f1e0e 100644 --- a/.zshrc +++ b/.zshrc @@ -118,12 +118,9 @@ bindkey '^[[B' history-substring-search-down HISTORY_SUBSTRING_SEARCH_FUZZY=" " - # Use ~~ as the trigger sequence instead of the default ** - export FZF_COMPLETION_TRIGGER='~~' # Options to fzf command - export FZF_COMPLETION_OPTS='+c -x' - export FZF_DEFAULT_OPTS='--color fg:241,bg:235,hl:65,fg+:15,bg+:239,hl+:108 --color info:108,prompt:109,spinner:108,pointer:168,marker:168' - export FZF_DEFAULT_COMMAND="fzf --preview 'head -100 {}'" + FZF_COMPLETION_OPTS='+c -x' + FZF_DEFAULT_OPTS="--height=60% --inline-info --color=fg:#f8f8f2,bg:#282a36,hl:#bd93f9 --color=fg+:#f8f8f2,bg+:#44475a,hl+:#bd93f9 --color=info:#ffb86c,prompt:#50fa7b,pointer:#ff79c6 --color=marker:#ff79c6,spinner:#ffb86c,header:#6272a4" # User configuration source ~/.dotenv