From dc373abba88155afb47e31c6f7785a8cedffba42 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Ritschard Date: Tue, 2 Jun 2009 15:55:32 +0000 Subject: spawn login shells by default, adapt manpage bits as well. ok nicm@ --- tmux.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 17dc225f..9bada894 100644 --- a/tmux.1 +++ b/tmux.1 @@ -947,7 +947,7 @@ Set the command used for new windows (if not specified when the window is created) to .Ar command . The default is -.Dq exec $SHELL . +.Dq exec $SHELL -l . .It Ic default-path Ar path Set the default working directory for processes created from keys, or interactively from the prompt. -- cgit