tmux: session-setup: Load scratch session first
Since we connect to the scratch session by default, load it first.
This commit is contained in:
parent
306bd4b597
commit
ac31d2cc5e
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
tmuxp load -d scratch
|
||||||
tmuxp load -d personal
|
tmuxp load -d personal
|
||||||
tmuxp load -d gstreamer
|
tmuxp load -d gstreamer
|
||||||
tmuxp load -d work
|
tmuxp load -d work
|
||||||
tmuxp load -d audio-dev
|
tmuxp load -d audio-dev
|
||||||
tmuxp load -d scratch
|
|
||||||
|
|
Loading…
Reference in a new issue