diff --git a/scripts/tmux-attach-or-new.sh b/scripts/tmux-attach-or-new.sh deleted file mode 100755 index e34f3e2..0000000 --- a/scripts/tmux-attach-or-new.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -if tmux has-session; then - exec tmux attach -else - exec tmux new -fi