We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a5d117 commit a25e163Copy full SHA for a25e163
1 file changed
bashhub/shell/bashhub.sh
@@ -28,6 +28,9 @@ __bh_setup_bashhub() {
28
29
# Hook bashhub into preexec and precmd.
30
__bh_hook_bashhub
31
+
32
+ # Install our tab completion
33
+ eval "$(_BASHHUB_COMPLETE=source bashhub)"
34
fi
35
}
36
0 commit comments