tmux.conf: Remove useless Unicode character
This commit is contained in:
parent
4e37bd1514
commit
5a8f8ef8f2
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ set -g default-terminal screen-256color
|
|||
set -g mouse on
|
||||
setw -g mode-keys vi
|
||||
set -g status-style bg=colour233,fg=colour25
|
||||
set -g status-left "#[fg=colour52]#S #[fg=colour24]⧉ "
|
||||
set -g status-left "#[fg=colour52]#S "
|
||||
set -g status-right "#[fg=colour22]#(whoami)#[fg=colour28]@#h #[fg=colour40]#(date +%H:%M)"
|
||||
set -w -g window-status-current-style fg=colour39,bg=colour236
|
||||
set -w -g window-status-bell-style fg=colour233,bg=colour124
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue