From b68d1d89e13a8f0da20d9e1658d9ad0de7b9e8d9 Mon Sep 17 00:00:00 2001 From: Arjun Karangiya Date: Wed, 10 Jun 2020 02:02:44 +0530 Subject: [PATCH] This one needs bash to work where sh is not pointing to bash --- .local/bin/shortcuts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/shortcuts b/.local/bin/shortcuts index ed4f89f9..5dd7c86d 100755 --- a/.local/bin/shortcuts +++ b/.local/bin/shortcuts @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Output locations. Unactivated progs should go to /dev/null. shell_shortcuts="${XDG_CONFIG_HOME:-$HOME/.config}/shortcutrc"