[F] Fix tmux zsh on mac
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
set-option -g mouse on
|
||||
set-option -g history-limit 10000
|
||||
set -g default-shell /usr/bin/zsh
|
||||
set -g default-shell zsh
|
||||
set -g base-index 1
|
||||
set -g renumber-windows on
|
||||
|
||||
@@ -35,4 +35,4 @@ set -g status 2
|
||||
set -g status-format[1] '#[fg=#32738c,bg=terminal]#[bg=#459dbf]#[fg=#459dbf,bg=#58c8f2]#[fg=#333333] #(~/zshrc/scripts/bin/tmux-tool.py 0 2) #[fg=#58c8f2,bg=#eda4b2]#[fg=#333333] #(~/zshrc/scripts/bin/tmux-tool.py 1 2) #[fg=#eda4b2,bg=#ffffff]#[fg=#333333]#[list=on align=#{status-justify}] #(~/zshrc/scripts/bin/tmux-tool.py 2 2) #[fg=#cccccc]#[fg=#333333] #(~/zshrc/scripts/bin/tmux-tool.py 3 2) #[norange default]#[nolist align=right]#[fg=#ffffff,bg=#eda4b2]#[fg=#333333] #(~/zshrc/scripts/bin/tmux-tool.py 4 2) #[fg=#eda4b2,bg=#58c8f2]#[fg=#333333] #(~/zshrc/scripts/bin/tmux-tool.py 5 2) #[fg=#58c8f2,bg=#459dbf]#[fg=#459dbf,bg=#32738c]#[fg=#32738c,bg=terminal] '
|
||||
|
||||
# Status bar refresh
|
||||
set -g status-interval 1
|
||||
set -g status-interval 1
|
||||
|
||||
Reference in New Issue
Block a user