Remove RUBY_CONFIGURE_OPTS, broken on macOS 11

This commit is contained in:
Sami Samhuri 2020-10-26 17:26:37 -07:00
parent ad7831f86f
commit b83521b29b

3
zshrc
View file

@ -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 {