very minor fzf --tmux change

don't have much else to say
This commit is contained in:
foreverpyrite
2025-09-28 21:13:52 -05:00
parent 3158e1d7de
commit c17f441e5f
3 changed files with 8 additions and 3 deletions

View File

@@ -12,6 +12,7 @@ esac
if ! command -v fish &>/dev/null; then
# don't put duplicate lines or lines starting with space in the history.
# See bash(1) for more options
# actually I'll probably not wanna do any history at all with atuin
HISTCONTROL=ignoreboth
# append to the history file, don't overwrite it
@@ -119,7 +120,12 @@ if ! command -v fish &>/dev/null; then
. "$HOME/.cargo/env"
# impl Bash for FZF
export FZF_DEFAULT_OPTS='--tmux'
export FZF_DEFAULT_OPTS=" \
--color=bg+:#313244,bg:#1E1E2E,spinner:#F5E0DC,hl:#F38BA8 \
--color=fg:#CDD6F4,header:#F38BA8,info:#CBA6F7,pointer:#F5E0DC \
--color=marker:#B4BEFE,fg+:#CDD6F4,prompt:#CBA6F7,hl+:#F38BA8 \
--color=selected-bg:#45475A \
--color=border:#6C7086,label:#CDD6F4"
eval "$(fzf --bash)"
# impl Bash for Autin