浏览代码

Fix tmux status bar

master
10sr 5 年前
父节点
当前提交
252d01f450
签署人:: 10sr GPG 密钥 ID: 7BEC428194130EB2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      tmux.conf

+ 1
- 1
tmux.conf 查看文件

@@ -1,7 +1,7 @@
# tmux.conf
# SETUP_LOAD: source "DOTFILES_DIR/tmux.conf"

run-shell 'tmux set -g status-right "${USER}@`hostname` | `tmux -V` "'
run-shell 'tmux set -g status-right "${USER}@`hostname` | `tmux -V`_"'

run-shell 'tmux set -g status-bg "$_HOSTCOLOR_1" >/dev/null'
run-shell 'tmux set -g status-fg "$_HOSTCOLOR_2" >/dev/null'


正在加载...
取消
保存