about summary refs log tree commit diff
path: root/Functions/Completion/__fc
blob: 9185312b0cd618a953aaa54dae8688c20da6f24d (plain) (blame)
1
2
3
4
5
6
7
#function fc

if [[ -mcurrent -1 -*e ]]; then
  complist -c
elif [[ -mcurrent -1 -[ARWI]## ]]; then
  __files
fi