Fixup session-local layout
This commit is contained in:
parent
3391ae2eb5
commit
0924e6174e
@ -15,16 +15,15 @@ tmux new-window -c ~/.config/tmux
|
||||
tmux rename-window config/tmux
|
||||
`dirname $0`/window-auto
|
||||
|
||||
if [ -d ~/.config/work ]; then
|
||||
tmux new-window -c ~/.config/work
|
||||
tmux rename-window config/work
|
||||
`dirname $0`/window-auto
|
||||
fi
|
||||
|
||||
tmux new-window -c ~/.config/local
|
||||
tmux rename-window config/local
|
||||
tmux move-window -s local:config/local -t 9
|
||||
`dirname $0`/window-auto
|
||||
|
||||
if [ -d ~/.config/work ]; then
|
||||
tmux new-window -c ~/.config/work
|
||||
tmux rename-window config/work
|
||||
tmux move-window -s local:config/work -t 9
|
||||
`dirname $0`/window-auto
|
||||
fi
|
||||
|
||||
tmux select-window -t local:home
|
||||
|
Loading…
x
Reference in New Issue
Block a user