diff options
author | Thomas Penteker <tek@serverop.de> | 2015-01-28 19:21:54 +0100 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2015-01-28 19:21:54 +0100 |
commit | 44616978966cd65a469c00f1d4740704be89306d (patch) | |
tree | 270e00ee9c8b45724c4471b65d44f3519a772220 /zsh | |
parent | c1c06165fa2cf3b5292de44a0b932dbab86446ee (diff) | |
download | opt-44616978966cd65a469c00f1d4740704be89306d.tar.gz opt-44616978966cd65a469c00f1d4740704be89306d.tar.xz |
zsh: hint on the relation between prt-get completion and prt's cache
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/zsh/README b/zsh/README index 581146043..a07d70d0c 100644 --- a/zsh/README +++ b/zsh/README @@ -12,5 +12,9 @@ PRECAUTION zsh needs to be available at boot before the directory containing libpcre.so is mounted. The same applies to gdbm.so. + To make the completion for prt-utils work, you have to update prt-get's + cache after port or package db oprertions (e.g. ports -u, prt-get install + xyz). The completion relies prt-utils' cache for performance reasons. + MISC zsh-lovers.1 is taken from http://www.grml.org/zsh/zsh-lovers.1 |