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 ="