summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorTyler Davis <tydavis@gmail.com>2023-06-28 13:25:57 -0700
committerTyler Davis <tydavis@gmail.com>2023-06-28 13:25:57 -0700
commitc0cbeab700fae6b92798b00ab8f1615f12878479 (patch)
tree708875c46000b19d5c48c185280fd632c2f3d12b /.zshrc
parentcf9345bc40501e9166a294ed853ae50e93aad2ec (diff)
downloaddotfiles-c0cbeab700fae6b92798b00ab8f1615f12878479.tar.gz
dotfiles-c0cbeab700fae6b92798b00ab8f1615f12878479.zip
zsh: remove OPENSSL_DIR setting
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/.zshrc b/.zshrc
index 67da5bc..1457345 100644
--- a/.zshrc
+++ b/.zshrc
@@ -12,9 +12,9 @@ case "$OSTYPE" in
# == OSX Settings ==
# Set for rust ssl builds
- if [[ ! -v OPENSSL_DIR ]]; then
- export OPENSSL_DIR="/private/etc/ssl"
- fi
+ #if [[ ! -v OPENSSL_DIR ]]; then
+ # export OPENSSL_DIR="/private/etc/ssl"
+ #fi
# Disable weird ZSH sessions
export SHELL_SESSIONS_DISABLE=1