commit 3cab7f445d1d1750347c746d8f0f7ab10e85825c parent e4083164637a0ec2a119a764e665f3683b7c3ae9 Author: Bakar Chargeishvili <bakar@bcharge.de> Date: Mon, 18 Dec 2023 12:36:40 +0100 Fix shebang Diffstat:
M | tmuxinit | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tmuxinit b/tmuxinit @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # This is the script that i3 runs to either start tmux in # the dropdown terminal or log into a previous session. tmux a -t scratch || tmux new -s scratch