Remove railsrc and remove libxml stuff

This commit is contained in:
Sami Samhuri 2021-02-10 19:26:39 -08:00
parent be168f05e3
commit 81b2fbdcf5
2 changed files with 0 additions and 9 deletions

View file

@ -1,5 +0,0 @@
--webpack
--skip-action-cable
--skip-spring
--skip-coffee
--skip-turbolinks

4
zshrc
View file

@ -83,10 +83,6 @@ if [[ -d ~/Library/Mobile\ Documents/com\~apple\~CloudDocs ]]; then
export icloud=~/Library/Mobile\ Documents/com\~apple\~CloudDocs export icloud=~/Library/Mobile\ Documents/com\~apple\~CloudDocs
fi fi
if [[ -d /usr/local/opt/libxml2/lib/pkgconfig ]]; then
export PKG_CONFIG_PATH="/usr/local/opt/libxml2/lib/pkgconfig"
fi
# 2. Shell Options # 2. Shell Options
# ================ # ================