configs/smug: start cistart when connecting to pwntie

This commit is contained in:
Aaron Bieber 2024-03-05 07:27:29 -07:00
parent 744b0dc1c2
commit d0685dcfe5
No known key found for this signature in database

View File

@ -58,7 +58,7 @@ in
];
panes = [
{
commands = [ "mosh pwntie" ];
commands = [ "mosh pwntie cistart" ];
}
];
}