From 4fcb9d9741bb558a297bda835455cb3635820c52 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Thu, 24 Oct 2024 01:51:49 +0300 Subject: [PATCH] chore(config): fzf default opts --- config/exports | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/exports b/config/exports index 4b3fcf9..771296f 100755 --- a/config/exports +++ b/config/exports @@ -399,6 +399,9 @@ x-dc "$DOCKER_CONFIG" # Docker: Disable snyk ad export DOCKER_SCAN_SUGGEST=false +# fzf +export FZF_DEFAULT_OPTS='--height 40% --tmux bottom,40% --layout reverse --border top' + # GnuPG # https://gnupg.org/documentation/manuals/gnupg/Invoking-GPG.html msg "Setting up GnuPG configuration"