From f32dd4e093b25fcdb305ddd71bdc6c44d439b295 Mon Sep 17 00:00:00 2001 From: Dale Sedivec Date: Wed, 10 Mar 2021 03:36:32 -0600 Subject: [PATCH] Delete stray lines at end of script I'm not using this script, and I haven't looked very far into it, but based on the other scripts in this directory, I am guessing this line (which, I think, references a function that doesn't exist) was left in by accident. This commit removes it. --- scripts/handle_tmux_automatic_start/osx_alacritty_start_tmux.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/handle_tmux_automatic_start/osx_alacritty_start_tmux.sh b/scripts/handle_tmux_automatic_start/osx_alacritty_start_tmux.sh index 54821f9..e9f09c6 100755 --- a/scripts/handle_tmux_automatic_start/osx_alacritty_start_tmux.sh +++ b/scripts/handle_tmux_automatic_start/osx_alacritty_start_tmux.sh @@ -66,5 +66,3 @@ main() { fi } main - -resize_to_ \ No newline at end of file