From 58b9582e0f46ad691f082c974ee70bae725dbd08 Mon Sep 17 00:00:00 2001 From: 0scar Date: Thu, 8 Jul 2021 15:44:03 +0200 Subject: Update user scripts --- .local/bin/dmenu_run_history | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/bin/dmenu_run_history') diff --git a/.local/bin/dmenu_run_history b/.local/bin/dmenu_run_history index 6085d13..45a65f4 100755 --- a/.local/bin/dmenu_run_history +++ b/.local/bin/dmenu_run_history @@ -47,4 +47,4 @@ awk -v histfile=$historyfile ' print history[f],f | "sort -t '\t' -k1rn >" histfile } ' \ - | while read cmd; do ${SHELL:-"/usr/bin/env bash"} -c "$cmd" & done + | while read cmd; do ${SHELL:-"/bin/sh"} -c "$cmd" & done -- cgit v1.3