We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04e888c commit 82bb07fCopy full SHA for 82bb07f
.sushrc
@@ -65,7 +65,7 @@ complete -u groups w
65
complete -v unset
66
complete -A setopt set
67
68
-command_not_found_handle() {
+command_not_found_handle() { #command_not_found should be loaded before bash-completion in this stage
69
if [ -e /usr/lib/command-not-found ] ; then
70
/usr/lib/command-not-found -- "$1"
71
fi
0 commit comments