Add custom command support #284
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Gnome Terminal has a profile-specific setting to run an arbitrary command on startup instead of the default shell. I know CRT has a -e option on the CLI, but I think it'd be more useful to have a dedicated setting bound to each profile.
This PR adds that custom command setting. The setting can be changed in the General tab in the settings menu. Loading/changing the setting will only affect the next term that starts. The -e option still works, and would override the custom command as expected.
Hi @EaterOA ... Thank you! Looks good.