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

if [[ -position 2 -1 ]]; then
  _normal "$@"
else
  _files
fi