updates sessions to include params, adds web param

This commit is contained in:
2024-08-10 16:11:49 -07:00
parent 811bcb67c2
commit 3363bf5f49
3 changed files with 12 additions and 2 deletions

View File

@@ -25,3 +25,8 @@ pane=$(flatpak run org.wezfurlong.wezterm cli split-pane --left --pane-id $pane)
echo "cd ~/repos/syncopotamus-svelte" | flatpak run org.wezfurlong.wezterm cli send-text --no-paste --pane-id $pane
echo "nvim" | flatpak run org.wezfurlong.wezterm cli send-text --no-paste --pane-id $pane
flatpak run org.wezfurlong.wezterm cli adjust-pane-size --amount 50 --pane-id $pane right
if [ "$1" == "web" ]; then
firefox https://3.basecamp.com/5456546/buckets/34127086/card_tables/6496384013
firefox --new-window http://localhost:5173/user/noisycarlos/dashboard
fi