Skip to content

Commit

Permalink
Remove hostname and better color Tmux session name
Browse files Browse the repository at this point in the history
  • Loading branch information
Pinjasaur committed Nov 19, 2017
1 parent f648342 commit 7d87474
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ set -g window-status-current-bg red
set -g window-status-current-fg white
set -g window-status-current-attr bold
set -g status-interval 1
set -g status-left '#[fg=green][#S] '
set -g status-right '#[fg=white]%a, %Y-%m-%d at %H:%M:%S (#[fg=colour93]#(whoami)#[fg=white]@#[fg=red]#(hostname)#[fg=white])'
set -g status-left '#[fg=white][#[fg=colour45]#S#[fg=white]] '
set -g status-right '#[fg=white]%a, %Y-%m-%d at %H:%M:%S (#[fg=colour93]#(whoami)#[fg=white])'

# Local config
if-shell "[ -f ~/.tmux.conf.local ]" 'source ~/.tmux.conf.local'

0 comments on commit 7d87474

Please sign in to comment.