From e1d873213f3342e54e7cbd6a5db4fc53fb49a784 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 13 May 2015 20:59:54 +0300 Subject: [PATCH] rc: disable ~/Library with Homebrew Ref: Homebrew/linuxbrew#406 --- rc/bashrc | 1 + rc/zshrc | 1 + 2 files changed, 2 insertions(+) diff --git a/rc/bashrc b/rc/bashrc index a5827c46..074ecf72 100644 --- a/rc/bashrc +++ b/rc/bashrc @@ -485,6 +485,7 @@ alias homebrew-install="cd ~;git clone https://github.com/Homebrew/homebrew.git alias homebrew-install-root="cd /usr;git clone https://github.com/Homebrew/homebrew.git --depth=1;mkdir -p local;rsync -aP homebrew/* local;rsync -aP homebrew/.* local/;chmod -R 755 local;chown -R root:wheel local;rm -rf homebrew" alias linuxbrew-install="cd ~;git clone https://github.com/Homebrew/linuxbrew.git --depth=1;mkdir -p .local;rsync -aP linuxbrew/* .local;rsync -aP linuxbrew/.* .local;rm -rf linuxbrew" alias linuxbrew-install-root="cd /usr;git clone https://github.com/Homebrew/linuxbrew.git --depth=1;mkdir -p local;rsync -aP linuxbrew/* local;rsync -aP linuxbrew/.* local/;chmod -R 755 local;chown -R root:wheel local;rm -rf linuxbrew" +export HOMEBREW_LOGS=~/.local/log # OS X alias osx-server-caching-interface="serveradmin settings caching:Interface =" diff --git a/rc/zshrc b/rc/zshrc index f3291f4a..ba142c6c 100644 --- a/rc/zshrc +++ b/rc/zshrc @@ -471,6 +471,7 @@ alias homebrew-install="cd ~;git clone https://github.com/Homebrew/homebrew.git alias homebrew-install-root="cd /usr;git clone https://github.com/Homebrew/homebrew.git --depth=1;mkdir -p local;rsync -aP homebrew/* local;rsync -aP homebrew/.* local/;chmod -R 755 local;chown -R root:wheel local;rm -rf homebrew" alias linuxbrew-install="cd ~;git clone https://github.com/Homebrew/linuxbrew.git --depth=1;mkdir -p .local;rsync -aP linuxbrew/* .local;rsync -aP linuxbrew/.* .local;rm -rf linuxbrew" alias linuxbrew-install-root="cd /usr;git clone https://github.com/Homebrew/linuxbrew.git --depth=1;mkdir -p local;rsync -aP linuxbrew/* local;rsync -aP linuxbrew/.* local/;chmod -R 755 local;chown -R root:wheel local;rm -rf linuxbrew" +export HOMEBREW_LOGS=~/.local/log # OS X alias osx-server-caching-interface="serveradmin settings caching:Interface ="