aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sh/.profile
diff options
context:
space:
mode:
Diffstat (limited to 'sh/.profile')
-rw-r--r--sh/.profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sh/.profile b/sh/.profile
index 47a62ad..46ef47e 100644
--- a/sh/.profile
+++ b/sh/.profile
@@ -30,8 +30,9 @@ export PASSWORD_STORE_DIR="$HOME/.password-store"
export PASSWORD_STORE_ENABLE_EXTENSIONS=true
export ZK_NOTEBOOK_DIR="$HOME/notebook"
export STARSHIP_LOG="error"
-export FZF_DEFAULT_COMMAND="fd --type f || git ls-tree -r --name-only HEAD || rg --files || find ."
export FZF_TMUX_OPTS="-p"
+export FZF_PREVIEW_COMMAND='less {} 2>/dev/null'
+export FZF_DEFAULT_COMMAND="fd --type f || git ls-tree -r --name-only HEAD || rg --files || find ."
export FZF_DEFAULT_OPTS='--bind ctrl-q:abort
--bind ctrl-y:preview-up
--bind ctrl-e:preview-down
@@ -43,7 +44,6 @@ export FZF_DEFAULT_OPTS='--bind ctrl-q:abort
--bind alt-down:half-page-down
--color fg:#ebdbb2,hl:#fabd2f,fg+:#ebdbb2,hl+:#fabd2f
--color info:#83a598,prompt:#bdae93,spinner:#fabd2f,pointer:#83a598,marker:#fe8019,header:#665c54'
-export FZF_PREVIEW_COMMAND='bat --style=numbers,changes --wrap never --color always {} 2>/dev/null'
export PATH="$PATH:$HOME/.local/bin"