From 796510f1da3a46136424cb5b1014755213193daa Mon Sep 17 00:00:00 2001 From: Fabian Ising Date: Fri, 2 Jun 2023 14:29:36 +0200 Subject: [PATCH] [TMUX] Make tmux attach script use zsh --- tmux/tmux_attach.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/tmux_attach.sh b/tmux/tmux_attach.sh index 88a9a08..facfd0f 100755 --- a/tmux/tmux_attach.sh +++ b/tmux/tmux_attach.sh @@ -1,4 +1,4 @@ -#!/bin/zsh +#!/bin/sh # # tmux-attach - attach to first unattached session or # create new session if none are found