Add DYLD_LIBRARY_PATH for Rust.

This commit is contained in:
Max Bucknell 2015-01-11 09:40:07 +00:00
parent 721bc2e954
commit 20de4863c3

View file

@ -13,6 +13,9 @@ set PATH ~/.config/bin $PATH
# Composer (PHP) # Composer (PHP)
set PATH ~/.composer/vendor/bin $PATH set PATH ~/.composer/vendor/bin $PATH
# DYLD_LIBRARY_PATH (Rust asked for this)
set DYLD_LIBRARY_PATH "/usr/local/lib" "$DYLD_LIBRARY_PATH"
# For GitHub integration. # For GitHub integration.
# See github.com/github/hub # See github.com/github/hub
alias git hub alias git hub