diff options
| author | Paul Buetow <paul@buetow.org> | 2025-08-16 17:16:27 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-08-16 17:16:27 +0300 |
| commit | a60df971ccdf0db3315f2f52360955c92479b44e (patch) | |
| tree | 54c54fc1dd2ea8e388a7ef6dba494c11a23fc762 | |
| parent | 81a0c72135e47fdd30ca2c11a3300abb3e8758af (diff) | |
Update
| -rw-r--r-- | dotfiles/fish/conf.d/update.fish | 2 | ||||
| -rw-r--r-- | dotfiles/tmux/tmux.conf | 2 |
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 |
