zshrc: swith fzf to dracula theme; rm env var
* set fzf colors to match the dracula theme * stop setting '~~' as FZF_COMPLETION_TRIGGER
This commit is contained in:
parent
145c9e5c15
commit
90777182c6
7
.zshrc
7
.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
|
||||
|
Loading…
Reference in New Issue
Block a user