summaryrefslogtreecommitdiffstatshomepage
path: root/sh/.profile
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-10-19 19:13:29 -0500
committerToby Vincent <tobyv13@gmail.com>2022-10-19 19:13:29 -0500
commitde64870b97417e6ae22420de55cabd203cd710d0 (patch)
treef3c5e8fc65bcd6bd35e5e4e7a8170c6411f5b609 /sh/.profile
parentd40af8b9b7eaeebd699f867906d8817236732984 (diff)
refactor(tmux): clean up tmux-sessionizer repo stuff
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"