Compare commits

...
2 Commits
Author SHA1 Message Date
chris fe07298506 tmux: Replace $HOME with ~in pane titles 2024-11-08 23:50:04 +01:00
chris 67832c2ac9 ZSH: Add plugin for renaming tmux panes by path or command 2024-11-08 23:49:36 +01:00
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ set -g status-interval 1
set-option -g automatic-rename on
# Set window title to the current directory if the process is zsh, otherwise show the process name with arguments
set-option -g automatic-rename-format '#{?#{==:#{pane_current_command},zsh},#{pane_current_path},#{pane_current_command}}'
set-option -g automatic-rename-format '#{?#{==:#{pane_current_command},zsh},#(echo #{pane_current_path} | sed "s|^$HOME|~|"),#{pane_current_command}}'
# Set the color of the clock mode
set -g clock-mode-colour "#8bd5ca"
+1
View File
@@ -23,6 +23,7 @@ plugin_repos=(
zsh-users/zsh-syntax-highlighting
kulynyak/zsh.prepend-sudo
zsh-users/zsh-history-substring-search
amyreese/zsh-titles
)
# load plugins