diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-08-24 13:49:32 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-08-24 13:49:32 +0900 |
| commit | a311b30a10e90e3f878937bcf722daa8e75b68c1 (patch) | |
| tree | 01bc6e3d6f14bb41aed0539976079163d0b56bcc /mac/.config/tmux | |
| parent | 67dabe8e3427b5f0ab251fe7c35a3192bf3e5c0a (diff) | |
updates
Diffstat (limited to 'mac/.config/tmux')
| -rw-r--r-- | mac/.config/tmux/tmux.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mac/.config/tmux/tmux.conf b/mac/.config/tmux/tmux.conf index 069a7cd..ccdb412 100644 --- a/mac/.config/tmux/tmux.conf +++ b/mac/.config/tmux/tmux.conf @@ -13,7 +13,7 @@ if 'test ! -d "${TMUX_PLUGIN_MANAGER_PATH}/tpm"' { set -as terminal-features 'xterm*:extkeys' set -g base-index 1 set -g pane-base-index 1 -set -g default-shell /usr/bin/zsh +set -g default-shell /bin/zsh set -g detach-on-destroy off set -s extended-keys on set -g focus-events on @@ -273,7 +273,7 @@ set -g @offline_icon "nok" set -ogq @thm_bg "default" # transparent background set -g status-left "" set -g status-left-length 90 -set -ga status-left "#[bg=default,fg=#{@thm_red}] #(tmux list-sessions | nl | grep -w \"$(tmux display-message -p '#S')\" | awk '{print \$1}')/#(tmux list-sessions | wc -l) " +set -ga status-left "#[bg=default,fg=#{@thm_red}] #(tmux list-sessions | nl | grep -w \"$(tmux display-message -p '#S')\" | awk '{print \$1}' | tr -d '[:space:]')/#(tmux list-sessions | wc -l | tr -d '[:space:]') " set -ga status-left "#[bg=default,fg=#{@thm_overlay_0},none]│" set -ga status-left "#{?client_prefix,#{#[bg=#{@thm_surface_2},fg=#{@thm_green},bold,italics] #S },#{#[bg=default,fg=#{@thm_green}] #S }}" set -ga status-left "#[bg=default,fg=#{@thm_overlay_0},none]│" |
