Skip to content

Commit

Permalink
look for more info dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
adam committed Mar 5, 2006
1 parent 2cb8502 commit 57b0e5f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down

0 comments on commit 57b0e5f

Please sign in to comment.