From a60df971ccdf0db3315f2f52360955c92479b44e Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 16 Aug 2025 17:16:27 +0300 Subject: Update --- dotfiles/fish/conf.d/update.fish | 2 +- dotfiles/tmux/tmux.conf | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dotfiles/fish/conf.d/update.fish b/dotfiles/fish/conf.d/update.fish index b6228cf..47374fe 100644 --- a/dotfiles/fish/conf.d/update.fish +++ b/dotfiles/fish/conf.d/update.fish @@ -5,7 +5,7 @@ function update::tools go install golang.org/x/tools/cmd/goimports@latest set pids - for prog in tasksamurai timr + for prog in tasksamurai timr hexai echo "Installing/updating $prog from codeberg.org/snonux/$prog/cmd/$prog@latest" go install codeberg.org/snonux/$prog/cmd/$prog@latest & set -a pids $last_pid diff --git a/dotfiles/tmux/tmux.conf b/dotfiles/tmux/tmux.conf index 1623b64..9745f9d 100644 --- a/dotfiles/tmux/tmux.conf +++ b/dotfiles/tmux/tmux.conf @@ -24,3 +24,5 @@ bind-key p setw synchronize-panes off bind-key P setw synchronize-panes on bind-key r source-file ~/.tmux.conf \; display-message "~/.tmux.conf reloaded" bind-key T choose-tree + +set-option -g pane-active-border-style fg=red,bold -- cgit v1.2.3