From 54c9c36dc47ccf03a9865e8662c02c3946d688b4 Mon Sep 17 00:00:00 2001 From: Michael Yockey Date: Sun, 15 Sep 2024 16:21:47 -0400 Subject: [PATCH] Remove deprecated Openssl 1.1 --- zsh/dot-zshrc | 1 - 1 file changed, 1 deletion(-) diff --git a/zsh/dot-zshrc b/zsh/dot-zshrc index afcccfa..564e255 100644 --- a/zsh/dot-zshrc +++ b/zsh/dot-zshrc @@ -36,7 +36,6 @@ export TERM="xterm-256color" export GPG_TTY=$(tty) export EDITOR="nvim" export GREP_COLOR="1;36" -export RUBY_CONFIGURE_OPTS="--with-openssl-dir=$(brew --prefix openssl@1.1)" export PATH="$HOME/go/bin:$(npm -g bin):/usr/local/sbin:$PATH" # Enable color support of ls