# (C) 2010 magicant

# Completion script for the "fgrep" command.

function completion/fgrep {
        WORDS=(grep -F "${WORDS[2,-1]}")
        command -f completion//reexecute
}


# vim: set ft=sh ts=8 sts=8 sw=8 et:
