blob: aef575e19690cd8a0b238d7da051de59d28a3371 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#defcomp -tilde-
# We use all named directories and user names here. If this is too slow
# for you or if there are too many of them, you may want to use
# `compgen -k friends -qS/' or something like that. To get all user names
# if there are no matches in the `friends' array, add
# `(( compstate[nmatches] )) || compgen -nu -qS/'
# below that.
compgen -nu -qS/
|