author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Thu, 19 Feb 2015 22:59:26 +0200 | |
changeset 725 | 840b60ed51c7 |
parent 724 | 0340a7e6a5b3 |
child 726 | 926f9481feee |
--- 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