From 095863e6ae110f805725afeeb8e54977d609c797 Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Mon, 28 Jan 2013 17:26:51 -0500 Subject: [PATCH] [Fix #385] Do not set $INFOPATH --- modules/macports/init.zsh | 6 ------ runcoms/zshenv | 8 -------- 2 files changed, 14 deletions(-) diff --git a/modules/macports/init.zsh b/modules/macports/init.zsh index 9183553..5698114 100644 --- a/modules/macports/init.zsh +++ b/modules/macports/init.zsh @@ -15,12 +15,6 @@ fi # Paths # -# Set the list of directories that info searches for manuals. -infopath=( - /opt/local/share/info - $infopath -) - # Set the list of directories that Zsh searches for programs. path=( /opt/local/{bin,sbin} diff --git a/runcoms/zshenv b/runcoms/zshenv index 7ebeb35..b97aaf1 100644 --- a/runcoms/zshenv +++ b/runcoms/zshenv @@ -34,20 +34,12 @@ fi # typeset -gU cdpath fpath mailpath path -typeset -gxUT INFOPATH infopath # Set the the list of directories that cd searches. # cdpath=( # $cdpath # ) -# Set the list of directories that info searches for manuals. -infopath=( - /usr/local/share/info - /usr/share/info - $infopath -) - # Set the list of directories that Zsh searches for programs. path=( /usr/local/{bin,sbin}