diff --git a/gitconfig b/gitconfig index 015dff0..72f36c1 100644 --- a/gitconfig +++ b/gitconfig @@ -42,3 +42,5 @@ fsckobjects = true [submodule] fetchJobs = 4 +[init] + defaultBranch = main diff --git a/zshrc b/zshrc index b25cfd0..f530258 100755 --- a/zshrc +++ b/zshrc @@ -61,6 +61,9 @@ if mac; then if [[ -d /usr/local/opt/openssl@1.1 ]]; then export RUBY_CONFIGURE_OPTS="--with-openssl-dir=/usr/local/opt/openssl@1.1" fi + if [[ -d /opt/homebrew/opt/openssl@1.1 ]]; then + export RUBY_CONFIGURE_OPTS="--with-openssl-dir=/opt/homebrew/opt/openssl@1.1" + fi # Set Apple Terminal.app resume directory if [[ $TERM_PROGRAM == "Apple_Terminal" ]] && [[ -z "$INSIDE_EMACS" ]] {