From 57b0e5ff4800bd7567ecf0be0565062b01a71016 Mon Sep 17 00:00:00 2001 From: adam Date: Sun, 5 Mar 2006 02:02:28 +0000 Subject: [PATCH] look for more info dirs --- .zshrc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.zshrc b/.zshrc index 55e32bb..7efa646 100644 --- a/.zshrc +++ b/.zshrc @@ -167,10 +167,9 @@ sh_load_status 'setting environment' typeset -U infopath # no duplicates export INFOPATH infopath=( - ~/local/$OSTYPE/info(N) - ~/local/info(N) - /usr/local/info(N) - /usr/info(N) + ~/local/$OSTYPE/{share/,}info(N) + ~/{local/,}{share/,}info(N) + /usr/{local/,}{share/,}info(N) $infopath )