Skip to content

Commit 82bb07f

Browse files
committed
Add a comment
1 parent 04e888c commit 82bb07f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.sushrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ complete -u groups w
6565
complete -v unset
6666
complete -A setopt set
6767

68-
command_not_found_handle() {
68+
command_not_found_handle() { #command_not_found should be loaded before bash-completion in this stage
6969
if [ -e /usr/lib/command-not-found ] ; then
7070
/usr/lib/command-not-found -- "$1"
7171
fi

0 commit comments

Comments
 (0)