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

if [[ CURRENT -ge 3 ]]; then
  compset -n 2
  _normal
else
  _files
fi