From 44616978966cd65a469c00f1d4740704be89306d Mon Sep 17 00:00:00 2001 From: Thomas Penteker Date: Wed, 28 Jan 2015 19:21:54 +0100 Subject: [PATCH] zsh: hint on the relation between prt-get completion and prt's cache --- zsh/README | 4 ++++ 1 file changed, 4 insertions(+) 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