configs/smug: use full smug command vs alias

This commit is contained in:
Aaron Bieber 2024-02-11 19:00:44 -07:00
parent cca22f84e0
commit 9bd0ae9ab0
No known key found for this signature in database

View File

@ -48,7 +48,7 @@ in
];
panes = [
{
commands = [ "mosh pwntie 'cistart'" ];
commands = [ "mosh pwntie 'smug -f /etc/smug/ci.yml start'" ];
}
];
}