about summary refs log tree commit diff
path: root/Completion/Unix/Type
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2013-02-09 21:33:58 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2013-02-09 21:33:58 +0000
commit1ba1865d61be5b22e48af541af96e876bcd59a3d (patch)
tree35b3712940d67de320cc9bff259de22c40e24886 /Completion/Unix/Type
parentd88a46b1a9d58698c6f53ac02056ec8cc5113ead (diff)
downloadzsh-1ba1865d61be5b22e48af541af96e876bcd59a3d.tar.gz
zsh-1ba1865d61be5b22e48af541af96e876bcd59a3d.tar.xz
zsh-1ba1865d61be5b22e48af541af96e876bcd59a3d.zip
Morita Sho: 31038: add location of terminfo entries on Debian
Diffstat (limited to 'Completion/Unix/Type')
-rw-r--r--Completion/Unix/Type/_terminals2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Type/_terminals b/Completion/Unix/Type/_terminals
index 59f8d4d87..04ece1167 100644
--- a/Completion/Unix/Type/_terminals
+++ b/Completion/Unix/Type/_terminals
@@ -2,7 +2,7 @@
 
 local desc expl
 
-desc=( $TERMINFO ~/.terminfo $TERMINFO_DIRS /usr/{,share/}{,lib/}terminfo )
+desc=( $TERMINFO ~/.terminfo $TERMINFO_DIRS /usr/{,share/}{,lib/}terminfo /{etc,lib}/terminfo )
 
 _wanted terminals expl 'terminal name' \
     compadd "$@" - $desc/*/*(N:t)