We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67b2eff commit b439c27Copy full SHA for b439c27
src/bash.command-not-found
@@ -1,5 +1,6 @@
1
command_not_found_handle () {
2
- local INSULTS=(
+ local INSULTS
3
+ INSULTS=(
4
"Boooo!"
5
"Don't you know anything?"
6
"RTFM!"
0 commit comments