瀏覽代碼

Fix tmux.conf version

pull/15/head
10sr 8 年之前
父節點
當前提交
a603667422
共有 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'


Loading…
取消
儲存