-
Notifications
You must be signed in to change notification settings - Fork 313
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
In Preferences - Integration - Shell/Terminal, we should be able to specify startup options:
- I'm using
Git Bash(fromGit for Windows) and find it rather frustrating that it does not open (from withinSourceGit) with the same options (mainly--login) as when using the (default-provided) "Open Git Bash here" in Windows Explorer. (This means that when opened from SourceGit, Git Bash does NOT run any commands from my Bash-profile config files...) - I tried adding the missing option
--loginin the "Path" textbox, but it doesn't work. Besides, this causes a misleading error message "Terminal is not specified!" (while in fact I HAD specified a terminal - it just failed to open due to the extra options being added to the executable path itself). - Adding another textbox "
Startup options" (or similar) would allow me to add the missing flag--login, making Git Bash open as expected. - I imagine this textbox would be very useful for customizing any of the available terminal variants (
Git Bash,PowerShell,Command Prompt,Windows Terminal, etc - on any platform as well).
heartacker
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request