mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
update .zshrc
This commit is contained in:
parent
c1a53e8062
commit
911c380739
1 changed files with 4 additions and 2 deletions
|
|
@ -13,8 +13,10 @@ export PATH=$PATH:$HOME/.iterm2
|
|||
export LDFLAGS="-L/usr/local/opt/bison/lib"
|
||||
export CC=clang
|
||||
|
||||
/bin/launchctl setenv LIBRARY_PATH /usr/local/lib
|
||||
/bin/launchctl setenv CPATH /usr/local/include
|
||||
if test "$(uname)" = "Darwin"; then
|
||||
/bin/launchctl setenv LIBRARY_PATH /usr/local/lib
|
||||
/bin/launchctl setenv CPATH /usr/local/include
|
||||
fi
|
||||
|
||||
# Path to your oh-my-zsh installation.
|
||||
export ZSH=$HOME/.oh-my-zsh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue