We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce2d70a commit ba09437Copy full SHA for ba09437
1 file changed
src/pw
@@ -4,7 +4,7 @@ set -euo pipefail
4
IFS=$'\n\t'
5
6
# make fzf preview use bash
7
-SHELL="$(which bash)"
+SHELL="$(type bash | awk '{print $3}')"
8
export SHELL
9
10
PW_HOME="${BASH_SOURCE[0]}"
0 commit comments