add path to libraries installed with Homebrew

This commit is contained in:
Dmytro Meleshko 2018-10-12 07:34:27 +03:00
parent 4530e2983f
commit 55d7ce2c71

View file

@ -10,6 +10,9 @@ arr_push PATH "$HOME/.cargo/bin"
# global Yarn packages
arr_push PATH "$HOME/.config/yarn/global/node_modules/.bin"
# path to libraries installed with Homebrew
arr_push LIBRARY_PATH "/usr/local/lib"
if is_macos; then
# Haskell packages
arr_push PATH "$HOME/Library/Haskell/bin"