Skip to content

Commit

Permalink
Change tmux split pane layout
Browse files Browse the repository at this point in the history
  • Loading branch information
pkissling committed Nov 24, 2023
1 parent b54e6a5 commit eab966f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ source $ZSH/oh-my-zsh.sh

# create new tmux default session
if [ -z "$TMUX" ]; then
tmux attach -t default || tmux new -s default\; split-window -h \; split-window -v \; select-pane -t 0 \;
tmux attach -t default || tmux new -s default\; split-window -v \; split-window -h \; select-pane -t 1 \;
fi

# configure zsh
Expand Down

0 comments on commit eab966f

Please sign in to comment.