mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-19 10:59:54 +00:00

Provide additional arguments to `bash.exe` to get an interactive login shell. This ensures e.g. `.profile` and `.bash_profile` are sourced. As there’s no way to have an existing session under Windows, `--login` is mandatory. Each bash session must be started from scratch. Fixes #105