aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sh/.profile
diff options
context:
space:
mode:
Diffstat (limited to 'sh/.profile')
-rw-r--r--sh/.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/.profile b/sh/.profile
index a24d610..f59af22 100644
--- a/sh/.profile
+++ b/sh/.profile
@@ -40,7 +40,7 @@ export FZF_DEFAULT_OPTS='--bind ctrl-q:abort
--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 || cat {} 2>/dev/null ||
- exa --tree --icons --git-ignore {} 2>/dev/null || tree -C {} 2>/dev/null || printf %s\\n {}'
+ exa --tree --icons --git-ignore {} 2>/dev/null || tree -C {} 2>/dev/null'
export PATH="$PATH:$HOME/.local/bin"