mirror of
https://github.com/ForeverPyrite/dotfiles.git
synced 2025-12-10 01:08:06 +00:00
very minor fzf --tmux change
don't have much else to say
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user