From 6f4227376c4b79b5bd198461cd49a5c93222e7f9 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Thu, 14 May 2020 16:39:32 -0700 Subject: [PATCH] Remove some cruft --- Brewfile | 1 - zshrc | 23 ++--------------------- 2 files changed, 2 insertions(+), 22 deletions(-) diff --git a/Brewfile b/Brewfile index d6a3970..248885e 100644 --- a/Brewfile +++ b/Brewfile @@ -28,5 +28,4 @@ brew "terraform" brew "unrar" brew "wget" brew "xcproj" -brew "zsh" brew "heroku/brew/heroku" diff --git a/zshrc b/zshrc index ed12fd5..c75040b 100755 --- a/zshrc +++ b/zshrc @@ -54,14 +54,10 @@ else fi if mac; then - # susv3 compliance over 10.3 - for riak and possibly building javascriptcore - export COMMAND_MODE=unix2003 - # Don't pollute tar archives with ._ files (Apple double files) export COPYFILE_DISABLE=true - export HOMEBREW_CASK_OPTS="--appdir=/Applications" - + # 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 @@ -320,13 +316,7 @@ if command_exists pyenv; then eval "$(pyenv init -)" fi -# 13. travis -# ========== -# added by travis gem -[ -f ~/.travis/travis.sh ] && source ~/.travis/travis.sh - - -# 15. screen +# 13. screen # ==================== # Automatically attach to a screen session. function not_in_screen() { @@ -341,12 +331,3 @@ function is_screen_running() { if is_interactive && command_exists screen && not_in_screen && is_screen_running; then screen -rx fi - - -# 16. misc -# ======== - -if [[ -e ~/.opam ]]; then - # OPAM configuration - . ~/.opam/opam-init/init.zsh > /dev/null -fi