#compdef fc local prev="$words[CURRENT-1]" expl if [[ "$prev" = -*e ]]; then _description expl command compgen "$expl[@]" -c elif [[ "$prev" = -[ARWI]## ]]; then _files fi