mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 21:44:11 +01:00
11 lines
366 B
Plaintext
11 lines
366 B
Plaintext
|
#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/
|