Skip to content
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.

Commit

Permalink
Put brew in the beginning of the path
Browse files Browse the repository at this point in the history
  • Loading branch information
kalbasit committed Apr 16, 2014
1 parent f06e60f commit c8fc520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .zshrc
Expand Up @@ -15,7 +15,7 @@ fi

# /brew ? Export DYLD path
if [[ -d /brew ]]; then
path+=(/brew/bin)
path=(/brew/bin $path)
export DYLD_LIBRARY_PATH=/brew/lib:$DYLD_LIBRARY_PATH
fi

Expand Down

0 comments on commit c8fc520

Please sign in to comment.