From 2d0e109227833ae51e600d76f3d825b0e243ae59 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 3 Jun 2015 11:42:22 +0300 Subject: [PATCH] rc: move Linuxbrew logs to ~/.cache/Homebrew/Logs Ref: Homebrew/linuxbrew#406 --- rc/bashrc | 2 +- rc/zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rc/bashrc b/rc/bashrc index 17c9d39a..dec27ef9 100644 --- a/rc/bashrc +++ b/rc/bashrc @@ -485,7 +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 +export HOMEBREW_LOGS=$HOME/.cache/Homebrew/Logs # OS X alias osx-server-caching-interface="serveradmin settings caching:Interface =" diff --git a/rc/zshrc b/rc/zshrc index 60104962..6b554f4d 100644 --- a/rc/zshrc +++ b/rc/zshrc @@ -471,7 +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 +export HOMEBREW_LOGS=$HOME/.cache/Homebrew/Logs # OS X alias osx-server-caching-interface="serveradmin settings caching:Interface ="