Skip to content
  • Lars Wilke's avatar
    Fix #94 start default-shell as login shell. · 9187f8b3
    Lars Wilke authored
    If pane content is restored and no default-command is set, restore.sh
    falls back to default-shell, which tmux sets automatically and calls as
    a login shell.
    
    In pane_creation_command() we need to make sure to call default-shell as a login shell.
    As tmux does. But take care not to call default-command as a login shell.
    9187f8b3