From 252d01f450e1917aa8d2c3c033f1cb492a9675c6 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Tue, 18 Dec 2018 13:31:18 +0900 Subject: [PATCH] Fix tmux status bar --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 39444d7..dc520d7 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'