Add work session layout
This commit is contained in:
9
layouts/session-work
Executable file
9
layouts/session-work
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
tmux rename-window work
|
||||
tmux rename-window home
|
||||
$(dirname $0)/window-auto
|
||||
|
||||
tmux new-window -c ~/Projects/modularml/modular
|
||||
tmux rename-window modularml/modular
|
||||
$(dirname $0)/window-auto
|
||||
Reference in New Issue
Block a user