about summary refs log tree commit diff
path: root/Completion/Builtins/_fc
blob: f8cf4dde8121fa55e06266e8cbce685fc5f85af0 (plain) (blame)
1
2
3
4
5
6
7
8
9
#defcomp fc

local prev="$words[CURRENT-1]"

if [[ "$prev" = -*e ]]; then
  compgen -c
elif [[ "$prev" = -[ARWI]## ]]; then
  _files
fi