bashrc: start updating homebrew aliases

more stupid and dangerous than before, but homebrew doesn't want to work
for me any other way
This commit is contained in:
Mikaela Suomalainen 2014-10-22 13:11:46 +03:00
parent 97a8419efe
commit 7717bd3d8b
1 changed files with 1 additions and 1 deletions

2
bashrc
View File

@ -507,7 +507,7 @@ if [ -f /usr/bin/dnf ]; then
fi
# Homebrew
alias homebrew-install="mkdir -p ~/.local/bin;cd ~/.local;git clone https://github.com/Homebrew/homebrew.git;mkdir -p $HOME/.local/share/man/man1;ln -sf $HOME/.local/homebrew/bin/brew $HOME/.local/bin/brew;ln -sf $HOME/.local/homebrew/share/man/man1/brew.1 $HOME/.local/share/man/man1/brew.1;cd"
alias homebrew-install="cd /usr;git clone https://github.com/Homebrew/homebrew.git;mkdir -p local;rsync -aP homebrew/* .local;rsync -aP homebrew/.* local/;chmod -R 755 local;chown -R root:wheel local"
# OS X
alias osx-server-caching-interface="serveradmin settings caching:Interface ="