Add work config to local layout if extant
This commit is contained in:
parent
85c11bc57c
commit
f02e0a20f6
@ -20,4 +20,11 @@ tmux rename-window config/local
|
|||||||
tmux move-window -s local:config/local -t 9
|
tmux move-window -s local:config/local -t 9
|
||||||
`dirname $0`/window-auto
|
`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
|
tmux select-window -t local:home
|
||||||
|
Loading…
x
Reference in New Issue
Block a user