Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Christian Salzmann-Jaeckel
tmux-resurrect
Commits
c66b791f
Unverified
Commit
c66b791f
authored
Nov 27, 2019
by
Bruno Sutic
Committed by
GitHub
Nov 27, 2019
Browse files
Merge pull request #281 from lwilke/hotfix/94_use_login_shell_with_default_shell
Fix #94 start default-shell as login shell.
parents
0f0ec12e
9187f8b3
Changes
1
Show whitespace changes
Inline
Side-by-side
scripts/restore.sh
View file @
c66b791f
...
...
@@ -100,7 +100,7 @@ tmux_socket() {
# tmux server each time.
cache_tmux_default_command
()
{
local
default_shell
=
"
$(
get_tmux_option
"default-shell"
""
)
"
export
TMUX_DEFAULT_COMMAND
=
"
$(
get_tmux_option
"default-command"
"
$default_shell
"
)
"
export
TMUX_DEFAULT_COMMAND
=
"
$(
get_tmux_option
"default-command"
"
-l
$default_shell
"
)
"
}
tmux_default_command
()
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment