From ed891b074b131cfe2407b393c8a3259a8bcbe5c6 Mon Sep 17 00:00:00 2001 From: Chris Benz Date: Mon, 23 Oct 2023 00:04:47 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20shebang=20line=20on=20Clip?= =?UTF-8?q?Manager.sh:=20Change=20from=20#!/bin/sh=20to=20#!/bin/bash?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/hypr/scripts/ClipManager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hypr/scripts/ClipManager.sh b/config/hypr/scripts/ClipManager.sh index 51e604c..25db96f 100755 --- a/config/hypr/scripts/ClipManager.sh +++ b/config/hypr/scripts/ClipManager.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # WOFI STYLES CONFIG="$HOME/.config/hypr/wofi/WofiBig/config"