From 1ba62a0da0ef7d3febbb8131d7ae7ab1d6103810 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sun, 17 Aug 2014 01:30:47 +0900 Subject: [PATCH] setup.sh: add msg --- setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.sh b/setup.sh index 28b45b4..582222e 100755 --- a/setup.sh +++ b/setup.sh @@ -292,6 +292,7 @@ set -g pane-active-border-fg $tmux_bg_color __EOC__ _tmux_conf="$HOME"/.tmux.conf + _msg "Prepare $_tmux_conf" if test -f "$_tmux_conf" then _warn "Tmux config file found. Skipping"