.bash_completion.d/firefox
changeset 725 840b60ed51c7
parent 646 b3ada0aa23ed
child 734 da0dc50393b6
equal deleted inserted replaced
724:0340a7e6a5b3 725:840b60ed51c7
    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