Remove unecessary window on main tmux session.

This commit is contained in:
Érico Rolim 2019-10-11 23:21:12 -03:00
parent 46dca278ff
commit cf93d7f56f
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ STATUS=$?
if [ $STATUS -eq 0 ]
then
tmux new-window -tstandard -n shell
tmux new-window -tstandard -n multishell
tmux split-window -h
tmux split-window -v