summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/tmux.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/misc/tmux.sh b/misc/tmux.sh
index 96ce592..15377b8 100755
--- a/misc/tmux.sh
+++ b/misc/tmux.sh
@@ -1,6 +1,12 @@
#!/bin/sh
+ThisDir="$(dirname "$(readlink -f "$0")")"
+cd "$ThisDir"
+cd ..
+
+start 4ed .
tmux new-window './build/ws'
tmux split-pane -h 'zsh'
tmux select-pane -L
tmux split-pane './misc/deploy.sh'
+$BROWSER http://localhost:8000