diff --git a/src/gotty-bash-completion.sh b/src/gotty-bash-completion.sh index 103efe2..3f24633 100644 --- a/src/gotty-bash-completion.sh +++ b/src/gotty-bash-completion.sh @@ -90,4 +90,4 @@ _gotty() COMPREPLY=($(compgen -W "${opts}" -- ${cur})) return 0 } -complete -F _gotty gotty +complete -o default -F _gotty gotty