diff --git a/bash_completion/autorandr b/bash_completion/autorandr index b009994..3bf6451 100644 --- a/bash_completion/autorandr +++ b/bash_completion/autorandr @@ -30,7 +30,7 @@ _autorandr () case "${prev}" in -l|--load|-d|--default) - COMPREPLY=( $( compgen -W "${prfls}" ) ) + COMPREPLY=( $( compgen -W "${prfls}" -- $cur ) ) return 0 ;; *)