From 814dc026afd4085d3f1dbea0611685fea99907c7 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sat, 20 Oct 2012 22:06:38 +0900 Subject: [PATCH] update tmux.conf so that main session always start with pwd ~ --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 32086b8..df5bc85 100755 --- a/bashrc +++ b/bashrc @@ -295,7 +295,7 @@ tmux(){ then command tmux attach -t main else - command tmux new -s main + (cd ~; command tmux new -s main;) fi else command tmux "$@"