We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47ccf56 commit 77a242eCopy full SHA for 77a242e
init/bash
@@ -28,7 +28,7 @@ if [ ! -x "$MII" ]; then
28
fi
29
30
# synchronize the index quietly and quickly
31
-mii sync 2>/dev/null &
+(mii sync 2>/dev/null &)
32
33
# execute the common handler
34
command_not_found_handle() {
init/zsh
# synchronize the index quickly and quietly
command_not_found_handler() {
0 commit comments