Add DYLD_LIBRARY_PATH for Rust.
This commit is contained in:
parent
721bc2e954
commit
20de4863c3
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ set PATH ~/.config/bin $PATH
|
|||
# Composer (PHP)
|
||||
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.
|
||||
# See github.com/github/hub
|
||||
alias git hub
|
||||
|
|
Loading…
Add table
Reference in a new issue