From cf93d7f56fe639658a3146410ae86f889005dc5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Fri, 11 Oct 2019 23:21:12 -0300 Subject: [PATCH] Remove unecessary window on main tmux session. --- script/.local/bin/start-tmux | 1 - 1 file changed, 1 deletion(-) diff --git a/script/.local/bin/start-tmux b/script/.local/bin/start-tmux index 4b01df9..57fcfcc 100755 --- a/script/.local/bin/start-tmux +++ b/script/.local/bin/start-tmux @@ -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