Default gems, better brew install, and Pry configuration

This commit is contained in:
Michael Yockey
2023-01-25 16:53:25 -05:00
parent 1737a0f0a8
commit 701b115ca3
7 changed files with 41 additions and 42 deletions

1
zshrc
View File

@@ -31,5 +31,6 @@ export COMPLETION_WAITING_DOTS="true"
export TERM="xterm-256color"
export GPG_TTY=$(tty)
export EDITOR="code -nw"
export RUBY_CONFIGURE_OPTS="--with-openssl-dir=$(brew --prefix openssl@1.1)"
export PATH="/usr/local/sbin:$PATH"