summaryrefslogtreecommitdiff
path: root/.local/bin/dmenu_run_history
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/dmenu_run_history')
-rwxr-xr-x.local/bin/dmenu_run_history2
1 files changed, 1 insertions, 1 deletions
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