updates sessions

This commit is contained in:
2024-08-10 16:18:51 -07:00
parent 27acf04691
commit 3f1d610091
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -19,6 +19,6 @@ echo "nvim" | flatpak run org.wezfurlong.wezterm cli send-text --no-paste --pane
flatpak run org.wezfurlong.wezterm cli adjust-pane-size --amount 50 --pane-id $PANE right flatpak run org.wezfurlong.wezterm cli adjust-pane-size --amount 50 --pane-id $PANE right
if [ "$1" == "web" ]; then if [ "$1" == "web" ]; then
firefox https://3.basecamp.com/5456546/buckets/34127086/card_tables/6496384013 firefox https://3.basecamp.com/5456546/buckets/34127086/card_tables/6496384013 &
firefox --new-window http://localhost:4000 firefox --new-window http://localhost:4000 &
fi fi