summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dotfiles/fish/conf.d/update.fish2
-rw-r--r--dotfiles/tmux/tmux.conf2
2 files changed, 3 insertions, 1 deletions
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