mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
add path to libraries installed with Homebrew
This commit is contained in:
parent
4530e2983f
commit
55d7ce2c71
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ arr_push PATH "$HOME/.cargo/bin"
|
||||||
# global Yarn packages
|
# global Yarn packages
|
||||||
arr_push PATH "$HOME/.config/yarn/global/node_modules/.bin"
|
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
|
if is_macos; then
|
||||||
# Haskell packages
|
# Haskell packages
|
||||||
arr_push PATH "$HOME/Library/Haskell/bin"
|
arr_push PATH "$HOME/Library/Haskell/bin"
|
||||||
|
|
Loading…
Reference in a new issue