So I am running terminator 0.98. I like fish shell but for some task it is handy to have bash (like for virtualenvwrapper). So I now have two windows that open when I start terminator. But I would like to have one that opens with fish and one with bash. Is this possible, if so: how?
I start terminator with my custom layout by changing my config file located ~/.config/terminator/config
.
In the layout section of the config file I used this code.
[layouts]
[[default]]
[[[child0]]]
fullscreen = False
last_active_window = True
maximised = True
order = 0
parent = ""
size = 1280, 985
type = Window
[[[child1]]]
order = 0
parent = child0
position = 490
ratio = 0.5
type = VPaned
$ bash
– Sparhawk Jun 24 '16 at 06:34xterm -e screen
to get a terminal where screen is running (the script does more than that, but that's not important). – Henrik supports the community Jun 24 '16 at 06:42