diff -r 0340a7e6a5b3 -r 840b60ed51c7 .bash_completion.d/firefox --- a/.bash_completion.d/firefox Thu Feb 05 12:48:00 2015 +0200 +++ b/.bash_completion.d/firefox Thu Feb 19 22:59:26 2015 +0200 @@ -18,7 +18,7 @@ COMPREPLY=( $(compgen -W '${names[@]}' -- "$cur") ) return ;; esac - COMPREPLY=( $(compgen -W '$_opts $_help_cmds $_java_cmds $_application_cmds' -- $cur) ) + COMPREPLY=( $(compgen -W '$_opts' -- $cur) ) return 0 } && complete -F _firefox firefox iceweasel