mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
fix(tmux): remove a space for aesthetic reasons
This commit is contained in:
@@ -55,7 +55,7 @@ set -g pane-active-border-style "fg=white,bg=default"
|
||||
# Bar Left
|
||||
set -g status-left-length 100
|
||||
set -ga status-left "#[fg=white,nobold] "
|
||||
set -g status-left "#[fg=blue,bold] #S #(gitmux -timeout 300ms -cfg $HOME/.gitmux.conf) #[fg=white] ❭" # session name
|
||||
set -g status-left "#[fg=blue,bold] #S #(gitmux -timeout 300ms -cfg $HOME/.gitmux.conf)#[fg=white] ❭" # session name
|
||||
# Bar Right
|
||||
set -g status-right-length 100
|
||||
set -g status-right "#{now_playing} "
|
||||
|
||||
Reference in New Issue
Block a user