about summary refs log tree commit diff
path: root/Completion/Unix/Type/_terminals
blob: 04ece11672d7659e74fa3b219581e5132b4c4a39 (plain) (blame)
1
2
3
4
5
6
7
8
#compdef infocmp -value-,TERM,-default-

local desc expl

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

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