aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2022-02-26 22:13:14 -0500
committertdro <tdro@users.noreply.github.com>2022-02-26 22:13:14 -0500
commit230e609604aaf5c2efb781885ecb0195e8fbb8be (patch)
tree0d57de2036135b3e4c3aca3eb42fd5e4f9136622 /.bash_profile
parented51f507da9452c1b35577baa1fd475df88dbef9 (diff)
downloaddotfiles-230e609604aaf5c2efb781885ecb0195e8fbb8be.tar.gz
dotfiles-230e609604aaf5c2efb781885ecb0195e8fbb8be.tar.bz2
dotfiles-230e609604aaf5c2efb781885ecb0195e8fbb8be.zip
.bash_profile: Set fzf inline info as default
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile4
1 files changed, 3 insertions, 1 deletions
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"