From 49e30fa3b12da7f8bbc4c6b8a7fc098538993df4 Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Sat, 27 Sep 2014 15:25:04 +0200 Subject: [PATCH] Fixed completion of device --- src/gotty-bash-completion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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