equal
deleted
inserted
replaced
16 fi |
16 fi |
17 local names=( $(sed -n '/^Name=/{s/^Name=//;p;}' $profile) ) |
17 local names=( $(sed -n '/^Name=/{s/^Name=//;p;}' $profile) ) |
18 COMPREPLY=( $(compgen -W '${names[@]}' -- "$cur") ) |
18 COMPREPLY=( $(compgen -W '${names[@]}' -- "$cur") ) |
19 return ;; |
19 return ;; |
20 esac |
20 esac |
21 COMPREPLY=( $(compgen -W '$_opts $_help_cmds $_java_cmds $_application_cmds' -- $cur) ) |
21 COMPREPLY=( $(compgen -W '$_opts' -- $cur) ) |
22 return 0 |
22 return 0 |
23 } && |
23 } && |
24 complete -F _firefox firefox iceweasel |
24 complete -F _firefox firefox iceweasel |