From 81b2fbdcf5d7adbcd16827137773e872eff4d98c Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Wed, 10 Feb 2021 19:26:39 -0800 Subject: [PATCH] Remove railsrc and remove libxml stuff --- railsrc | 5 ----- zshrc | 4 ---- 2 files changed, 9 deletions(-) delete mode 100644 railsrc diff --git a/railsrc b/railsrc deleted file mode 100644 index 3e2001a..0000000 --- a/railsrc +++ /dev/null @@ -1,5 +0,0 @@ ---webpack ---skip-action-cable ---skip-spring ---skip-coffee ---skip-turbolinks diff --git a/zshrc b/zshrc index 82e0ee4..b130d01 100755 --- a/zshrc +++ b/zshrc @@ -83,10 +83,6 @@ if [[ -d ~/Library/Mobile\ Documents/com\~apple\~CloudDocs ]]; then export icloud=~/Library/Mobile\ Documents/com\~apple\~CloudDocs fi -if [[ -d /usr/local/opt/libxml2/lib/pkgconfig ]]; then - export PKG_CONFIG_PATH="/usr/local/opt/libxml2/lib/pkgconfig" -fi - # 2. Shell Options # ================