diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-10-08 11:12:07 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-10-08 11:12:07 +0200 |
commit | 16206edfa1ddaece9c32f7141509b20b8962fe06 (patch) | |
tree | 8be8cbe933678b59e412ebbb8e2fe497bc12b701 /etc/parameters | |
parent | c84ddbdc6905b98304c1a39cad1c94c9cb0e62ff (diff) |
etc/completion: Spit out a message when the completion cache is recreated
Diffstat (limited to 'etc/parameters')
-rw-r--r-- | etc/parameters | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/parameters b/etc/parameters index 12d6f37..79ae4cf 100644 --- a/etc/parameters +++ b/etc/parameters @@ -27,3 +27,4 @@ if [[ -x /usr/bin/lesspipe ]] { # others linux: export LANG=en_US.UTF-8 openbsd: export PKG_PATH="ftp://ftp.freenet.de/pub/ftp.openbsd.org/pub/OpenBSD/`uname -r`/packages/`machine -a`/:ftp://openbsd.ftp.fu-berlin.de/pub/OpenBSD/`uname -r`/packages/`machine -a`/" +compdump='var/cache/zsh/compdump' |