浏览代码

Change order of tmux hostname and session name

This makes the hostname more prominent.
Weiyi Lou 9 年之前
父节点
当前提交
5b03175bf3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tmux/tmuxcolours.conf

+ 1 - 1
tmux/tmuxcolours.conf

@@ -19,7 +19,7 @@ set-option -g window-status-current-format "#[bg=red] #[fg=colour231]#I #[bold]#
 # Left status.
 # `#S` session name, `#h` = hostname
 set-option -g status-left-length 90
-set-option -g status-left '#[fg=colour189,bg=colour55] #S #[fg=colour55,bg=colour233] #h #[fg=colour233,bg=colour234]'
+set-option -g status-left '#[fg=colour189,bg=colour55] #h #[fg=colour55,bg=colour233] #S #[fg=colour233,bg=colour234]'
 
 # Right status.
 # `#H:#M %d/%m/%y` = hours, minutes, day, month, year