Remove RUBY_CONFIGURE_OPTS, broken on macOS 11
This commit is contained in:
parent
ad7831f86f
commit
b83521b29b
1 changed files with 0 additions and 3 deletions
3
zshrc
3
zshrc
|
|
@ -57,9 +57,6 @@ if mac; then
|
|||
# Don't pollute tar archives with ._ files (Apple double files)
|
||||
export COPYFILE_DISABLE=true
|
||||
|
||||
# Use Homebrew's OpenSSL to build Ruby
|
||||
export RUBY_CONFIGURE_OPTS="--with-openssl-dir=$(brew --prefix openssl@1.1)"
|
||||
|
||||
# Set Apple Terminal.app resume directory
|
||||
if [[ $TERM_PROGRAM == "Apple_Terminal" ]] && [[ -z "$INSIDE_EMACS" ]] {
|
||||
function chpwd {
|
||||
|
|
|
|||
Loading…
Reference in a new issue