about summary refs log tree commit diff
path: root/Functions/Completion/__source
blob: 3478c9f381bbf65eb1120f5e0e87f9160a4d600e (plain) (blame)
1
2
3
4
5
6
7
#function source

if [[ -position 2 -1 ]]; then
  compsub
else
  __files
fi