Update zshrc for homebrew in $HOME
This commit is contained in:
parent
022d16c3a3
commit
e2f5260119
1 changed files with 7 additions and 0 deletions
7
zshrc
7
zshrc
|
|
@ -64,6 +64,13 @@ if mac; then
|
||||||
if [[ -d /opt/homebrew/opt/openssl@1.1 ]]; then
|
if [[ -d /opt/homebrew/opt/openssl@1.1 ]]; then
|
||||||
export RUBY_CONFIGURE_OPTS="--with-openssl-dir=/opt/homebrew/opt/openssl@1.1"
|
export RUBY_CONFIGURE_OPTS="--with-openssl-dir=/opt/homebrew/opt/openssl@1.1"
|
||||||
fi
|
fi
|
||||||
|
if [[ -d $HOME/homebrew/opt/openssl@1.1 ]]; then
|
||||||
|
export RUBY_CONFIGURE_OPTS="--with-openssl-dir=$HOME/homebrew/opt/openssl@1.1"
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [[ -x $HOME/homebrew/bin/brew ]]; then
|
||||||
|
eval "$($HOME/homebrew/bin/brew shellenv)"
|
||||||
|
fi
|
||||||
|
|
||||||
# Set Apple Terminal.app resume directory
|
# Set Apple Terminal.app resume directory
|
||||||
if [[ $TERM_PROGRAM == "Apple_Terminal" ]] && [[ -z "$INSIDE_EMACS" ]] {
|
if [[ $TERM_PROGRAM == "Apple_Terminal" ]] && [[ -z "$INSIDE_EMACS" ]] {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue