diff options
| author | 0scar <qgt268@alumni.ku.dk> | 2021-07-08 13:44:03 +0000 |
|---|---|---|
| committer | 0scar <qgt268@alumni.ku.dk> | 2021-07-08 13:44:03 +0000 |
| commit | 58b9582e0f46ad691f082c974ee70bae725dbd08 (patch) | |
| tree | 3b675b3efbf66b95dd109d838a314742ce3380bd /.local/bin/dmenu_run_history | |
| parent | 2a4b3c6f21a92fe0f7f01c466ab37e795c399d03 (diff) | |
Update user scripts
Diffstat (limited to '.local/bin/dmenu_run_history')
| -rwxr-xr-x | .local/bin/dmenu_run_history | 2 |
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 |
