From 918c589aecdd5ba5918aaf36af67c0f4d580b8ba Mon Sep 17 00:00:00 2001 From: swytch Date: Thu, 28 May 2020 10:52:34 +0200 Subject: [PATCH] fix: force `bash` to execute the colorblocks script colors and stuff requires bashisms --- .local/bin/colorblocks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/colorblocks b/.local/bin/colorblocks index d7a8c16..8d2d4e5 100755 --- a/.local/bin/colorblocks +++ b/.local/bin/colorblocks @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash ###################################################################### # @author : swytch (based on u/deepjyoti30 on GitHub)