From 230e609604aaf5c2efb781885ecb0195e8fbb8be Mon Sep 17 00:00:00 2001 From: tdro Date: Sat, 26 Feb 2022 22:13:14 -0500 Subject: .bash_profile: Set fzf inline info as default --- .bash_profile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index 36277aa..259ea62 100644 --- a/.bash_profile +++ b/.bash_profile @@ -77,7 +77,9 @@ command -v rsvg-convert > /dev/null 2>&1 && \ export GDK_PIXBUF_MODULE_FILE # fzf settings -export FZF_DEFAULT_OPTS="--color=fg:255,hl:203 \ +export FZF_DEFAULT_OPTS="\ + --inline-info \ + --color=fg:255,hl:203 \ --color=fg+:81,bg+:237,hl+:203 \ --color=info:188,prompt:69,pointer:199 \ --color=marker:109,spinner:236,header:255" -- cgit v1.2.3