diff options
| author | Raymaekers Luca <luca@spacehb.net> | 2025-10-31 17:35:54 +0100 |
|---|---|---|
| committer | Raymaekers Luca <luca@spacehb.net> | 2025-10-31 17:35:54 +0100 |
| commit | 600901d2e286d6aa8e762bc3e617c1345a671d15 (patch) | |
| tree | 30eb3f73680721e21f14eae4ad7c803f039ec745 /misc | |
| parent | 8cc81f19a41cfa289c5cfb15945c4be134d757a7 (diff) | |
checkpointmain
Diffstat (limited to 'misc')
| -rwxr-xr-x | misc/tmux.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/tmux.sh b/misc/tmux.sh index 84e5063..24596b7 100755 --- a/misc/tmux.sh +++ b/misc/tmux.sh @@ -4,7 +4,7 @@ ThisDir="$(dirname "$(readlink -f "$0")")" cd "$ThisDir" cd .. -setsid 4ed . +setsid 4ed . & tmux new-window './build/ws' tmux split-pane -h 'zsh' tmux select-pane -L |
