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

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