From 93bf74a81c8be6ec17eab5e81fd670af9bb5a62f Mon Sep 17 00:00:00 2001 From: scbj Date: Mon, 20 Jan 2025 13:51:24 +0100 Subject: [PATCH] .. --- bashrc/.bashrc | 5 +++++ misc/scripts/fzf-bash-history | 3 ++- navigate/.config/navigate/navigate.conf | 10 +++++----- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/bashrc/.bashrc b/bashrc/.bashrc index d10ac4f..881ad48 100644 --- a/bashrc/.bashrc +++ b/bashrc/.bashrc @@ -69,6 +69,7 @@ source ~/.bash_alias script_path=${HOME}/dotfiles/misc/scripts/ source_list=() source_list+=("${script_path}/navigate_bash_setup.sh") +source_list+=("${script_path}/fzf-bash-history") source_list+=("${script_path}/colors.sh") source_list+=("${script_path}/dunst.sh") @@ -83,3 +84,7 @@ for script in ${source_list[@]}; do source ${script} fi done + +if [[ -t 0 && $- = *i* ]]; then + stty -ixon +fi diff --git a/misc/scripts/fzf-bash-history b/misc/scripts/fzf-bash-history index a7634eb..9f0ecae 100644 --- a/misc/scripts/fzf-bash-history +++ b/misc/scripts/fzf-bash-history @@ -1,2 +1,3 @@ -alias test='eval $(fc -lnr 1 | fzf --tmux )' +alias search-history='eval $(fc -lnr 1 | fzf --tmux )' + diff --git a/navigate/.config/navigate/navigate.conf b/navigate/.config/navigate/navigate.conf index 361e5e9..befd0e2 100644 --- a/navigate/.config/navigate/navigate.conf +++ b/navigate/.config/navigate/navigate.conf @@ -13,9 +13,9 @@ warning_style = "yellow, italic" error_style = "red, bold" stack_number_style = "default" stack_separator_style = "cyan" -stack_path_style = "default" -stack_punct_style = "#E01458" -bookmarks_name_style = "default" +stack_path_style = "italic" +stack_punct_style = "#805820" +bookmarks_name_style = "bold" bookmarks_seperator_style = "cyan" -bookmarks_path_style = "default" -bookmarks_punct_style = "#E01458" +bookmarks_path_style = "italic" +bookmarks_punct_style = "bold, #805820"