mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 14:27:09 +00:00
Sync OpenBSD patchset 993:
Allow $HOME as default-path in tmux.conf so the same config file can be used on different machines regardless of where the user's home directory is. ok nicm
This commit is contained in:
5
tmux.1
5
tmux.1
@ -1849,6 +1849,11 @@ Set the default working directory for new panes.
|
||||
If empty (the default), the working directory is determined from the process
|
||||
running in the active pane, from the command line environment or from the
|
||||
working directory where the session was created.
|
||||
If
|
||||
.Ar path
|
||||
is "$HOME" or "~", the value of the
|
||||
.Ev HOME
|
||||
environment variable is used.
|
||||
.It Ic default-shell Ar path
|
||||
Specify the default shell.
|
||||
This is used as the login shell for new windows when the
|
||||
|
Reference in New Issue
Block a user