From b16f244ca645effc74122edc7cdd15cf35df0f24 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 4 Oct 2012 21:10:23 +0900 Subject: [PATCH] fix tmux but it seems to make no sense --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index a2d2526..dbd04f2 100755 --- a/bashrc +++ b/bashrc @@ -289,7 +289,7 @@ input(){ tmux(){ if test $# -eq 0 then - command tmux start-server + (cd ~; command tmux start;) if command tmux has -t main then command tmux attach -t main