You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have a parameter for Start-Aish that allows me to pass configuration values for the wt command so change the pane. Meaning I could configure the size, color and title of the pane.
Summary of the new feature / enhancement
It would be nice to have a parameter for
Start-Aish
that allows me to pass configuration values for thewt
command so change the pane. Meaning I could configure the size, color and title of the pane.Proposed technical implementation details (optional)
Start-Aish -WTConfig @{ tabColor = 'blue'; size = '0.5'}
We can maybe choose a better name for the parameter but the idea is there.
The text was updated successfully, but these errors were encountered: