From a603667422a8a784565901270ac763c27f9ebd79 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Mon, 30 May 2016 16:18:00 +0900 Subject: [PATCH] Fix tmux.conf version --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 10c8d52..7889a37 100644 --- a/tmux.conf +++ b/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'