Skip to content

Commit

Permalink
(LD_)LIBRARY_PATHを設定するため、一旦unsetする
Browse files Browse the repository at this point in the history
  • Loading branch information
kyanagi committed Jan 6, 2014
1 parent 4967b8f commit 672308e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zshenv
Expand Up @@ -68,6 +68,7 @@ manpath=(


## LD_LIBRARY_PATH
unset LD_LIBRARY_PATH
typeset -xT LD_LIBRARY_PATH ld_library_path
typeset -U ld_library_path
ld_library_path=(
Expand All @@ -76,6 +77,7 @@ ld_library_path=(
)

## LIBRARY_PATH
unset LIBRARY_PATH
typeset -xT LIBRARY_PATH library_path
typeset -U library_path
library_path=(
Expand Down

0 comments on commit 672308e

Please sign in to comment.