We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f0ec12 + 9187f8b commit c66b791Copy full SHA for c66b791
scripts/restore.sh
@@ -100,7 +100,7 @@ tmux_socket() {
100
# tmux server each time.
101
cache_tmux_default_command() {
102
local default_shell="$(get_tmux_option "default-shell" "")"
103
- export TMUX_DEFAULT_COMMAND="$(get_tmux_option "default-command" "$default_shell")"
+ export TMUX_DEFAULT_COMMAND="$(get_tmux_option "default-command" "-l $default_shell")"
104
}
105
106
tmux_default_command() {
0 commit comments