mirror of
https://github.com/zebrajr/dotfiles.git
synced 2026-01-15 12:15:02 +00:00
add username to left status bar
This commit is contained in:
@@ -21,7 +21,7 @@ set -g status-style 'fg=lightblue'
|
||||
|
||||
# left status bar
|
||||
set -g status-left-style 'fg=blue'
|
||||
set -g status-left '#(hostname) (#(hostname -I | cut -f 1 -d " "))'
|
||||
set -g status-left '#(whoami) @ #(hostname) (#(hostname -I | cut -f 1 -d " "))'
|
||||
set -g status-left-length 200
|
||||
|
||||
# right status bar
|
||||
|
||||
Reference in New Issue
Block a user