Skip to content

Commit

Permalink
[Fix sorin-ionescu#385] Do not set $INFOPATH
Browse files Browse the repository at this point in the history
  • Loading branch information
sorin-ionescu authored and Adam Walz committed Jul 2, 2013
1 parent 11529d7 commit bee9c5e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
6 changes: 0 additions & 6 deletions modules/macports/init.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
8 changes: 0 additions & 8 deletions runcoms/zshenv
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit bee9c5e

Please sign in to comment.