summaryrefslogtreecommitdiff
path: root/ar/.config/shell
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-15 14:48:03 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-15 14:48:03 +0900
commit5bfbc16884af246df5ef398465c7594fb839de7a (patch)
treedb0e1da76f06c1045800baa8036161fc425a31f0 /ar/.config/shell
parent09a5c71d71358c4c55321e1a8ee4855facc1dd0b (diff)
modified shell/profile
Diffstat (limited to 'ar/.config/shell')
-rw-r--r--ar/.config/shell/profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.config/shell/profile b/ar/.config/shell/profile
index f516aab..c087112 100644
--- a/ar/.config/shell/profile
+++ b/ar/.config/shell/profile
@@ -78,7 +78,7 @@ export XMODIFIERS=@im=fcitx
export FZF_ALT_C_COMMAND="fd --type d . --color=never --hidden"
export FZF_ALT_C_OPTS="--preview 'tree -C {} | head -50'"
export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND"
-export FZF_CTRL_T_OPTS="--preview 'bat --color=always --line-range :50 {}'"
+export FZF_CTRL_T_OPTS="--preview 'bat --color=always --line-range :50 {}' --preview-window 'right:40%'"
# export FZF_DEFAULT_OPTS="--no-height --color=bg+:#343d46,gutter:-1,pointer:#ff3c3c,info:#0dbc79,hl:#0dbc79,hl+:#23d18b"
export FZF_DEFAULT_OPTS="--reverse --height 60% --color=bg+:#343d46,gutter:-1,pointer:#ff3c3c,info:#0dbc79,hl:#0dbc79,hl+:#23d18b"