Skip to content

Commit

Permalink
zsh: do not just blanket set LIBRARY_PATH
Browse files Browse the repository at this point in the history
If you do, then one day you may observe something like this:

mrousavy/react-native-mmkv#675
  • Loading branch information
mrdomino committed May 9, 2024
1 parent cde00d8 commit c816cbc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions zsh/.zprofile
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,3 @@ typeset -U manpath
manpath+=(~/.nix-profile/share/man(N))

[[ -x $(which nvim) ]] && EDITOR=$(which nvim)

typeset -UT CPATH cpath
typeset -UT LIBRARY_PATH library_path
cpath+=(/opt/local/include(N))
library_path+=(/opt/local/lib(N))
cpath+=(/usr/local/include(N))
library_path+=(/usr/local/lib(N))
export CPATH LIBRARY_PATH

0 comments on commit c816cbc

Please sign in to comment.