extra space left side not necessary for non powerline

This commit is contained in:
Dane Williams 2020-05-31 16:24:54 -07:00
parent 5bfa6f9a1f
commit 4646624706

View file

@ -123,7 +123,7 @@ main()
# Non Powerline Configuration # Non Powerline Configuration
else else
tmux set-option -g status-left "#[bg=${green},fg=${dark_gray}]#{?client_prefix,#[bg=${yellow}],} ${left_icon} " tmux set-option -g status-left "#[bg=${green},fg=${dark_gray}]#{?client_prefix,#[bg=${yellow}],} ${left_icon}"
tmux set-option -g status-right "" tmux set-option -g status-right ""