mirror of
https://github.com/tmux/tmux.git
synced 2026-09-21 20:37:42 +00:00
7d5e4947160d9355353c29a983e373b66c05abef
to be used as a login shell inside tmux, so add a default-shell session option. This sets the shell invoked as a login shell when the default-command option is empty. The default option value is whichever of $SHELL, getpwuid(getuid())'s pw_shell or /bin/sh is valid first. Based on a diff from martynas@, changed by me to be a session option rather than a window option.
Description
tmux source code
Languages
C
73.2%
Shell
19.1%
Roff
5.6%
Yacc
0.9%
M4
0.7%
Other
0.4%