updates sessions
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user