about summary refs log tree commit diff
path: root/Completion/Unix/Type/_terminals
blob: 7dbfeeba581a23149694c38b74f7164ca667451a (plain) (blame)
1
2
3
4
5
6
7
8
#compdef infocmp

local desc expl

desc=( $TERMINFO ~/.terminfo $TERMINFO_DIRS /usr/{,share/}{,lib/}terminfo )

_wanted terminals expl 'terminal name' \
    compadd "$@" - $desc/*/*(N:t)