From d2d7563964d7f6058a3c53015e3ba3320334912e Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 4 Oct 2012 20:37:38 +0900 Subject: [PATCH] fix tmux func --- bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc b/bashrc index 13f41f0..a2d2526 100755 --- a/bashrc +++ b/bashrc @@ -289,6 +289,7 @@ input(){ tmux(){ if test $# -eq 0 then + command tmux start-server if command tmux has -t main then command tmux attach -t main