Artificial intelligent assistant

Can I open terminator with one windows with bash and another with fish? 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

You need to add a `command` to the relevant pane. If your default shell is `bash`, just have one pane run `fish`:


[layouts]
[[default]]
[[[child0]]]
fullscreen = False
last_active_window = True
maximised = True
order = 0
parent = ""
size = 1280, 985
type = Window

[[[child1]]]
order = 0
parent = child0
command = 'bash'
position = 490
ratio = 0.5
type = VPaned
[[[child1]]]
order = 0
parent = child0
position = 490
ratio = 0.5
type = VPaned

xcX3v84RxoQ-4GxG32940ukFUIEgYdPy 5d2ee5dbc5591b9cd0536590365304a3