Compare commits
No commits in common. "896a9e09d36c5ea3c8b360afa3e659f5d1a649e3" and "85c11bc57cccd03be2ed75730e3dfa98ba7cb29f" have entirely different histories.
896a9e09d3
...
85c11bc57c
@ -20,11 +20,4 @@ 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
|
||||||
|
@ -19,7 +19,6 @@ if [[ $ratio -ge 100 ]]; then
|
|||||||
else
|
else
|
||||||
# terminal is wide and small
|
# terminal is wide and small
|
||||||
tmux split-window -h -l 50% -c '#{pane_current_path}'
|
tmux split-window -h -l 50% -c '#{pane_current_path}'
|
||||||
tmux select-pane -t 1
|
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
# terminal is tall
|
# terminal is tall
|
||||||
|
Loading…
x
Reference in New Issue
Block a user