We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d9ff00c + ec29c56 commit b5e81bdCopy full SHA for b5e81bd
1 file changed
lib/scm_breeze.sh
@@ -96,7 +96,7 @@ function _safe_eval() {
96
}
97
98
find_binary() {
99
- if breeze_shell_is "bash"; then
+ if breeze_shell_is "zsh"; then
100
builtin type -p "$1" | sed "s/$1 is //" | head -1
101
else
102
builtin type -P "$1"
0 commit comments