Skip to content

Commit b439c27

Browse files
committed
Fix script to work with zsh
1 parent 67b2eff commit b439c27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/bash.command-not-found

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
command_not_found_handle () {
2-
local INSULTS=(
2+
local INSULTS
3+
INSULTS=(
34
"Boooo!"
45
"Don't you know anything?"
56
"RTFM!"

0 commit comments

Comments
 (0)