From 632c4e8e56e4c93732aa9d9c9be33de166adac62 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 30 Apr 2014 22:57:13 +0300 Subject: [PATCH] bashrc & zshrc: fix one of homebrew errors. --- bashrc | 2 +- zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bashrc b/bashrc index 9e658931..20a9d183 100644 --- a/bashrc +++ b/bashrc @@ -507,7 +507,7 @@ if [ -f /usr/bin/dnf ]; then fi # Homebrew -alias homebrew-install="mkdir -p ~/.local;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="mkdir -p ~/.local;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" # Allow custom aliases to be put in .aliases or .bash_aliases . diff --git a/zshrc b/zshrc index f9f0ecf6..5bf84b5d 100644 --- a/zshrc +++ b/zshrc @@ -480,7 +480,7 @@ if [ -f /usr/bin/dnf ]; then fi # Homebrew -alias homebrew-install="mkdir -p ~/.local;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="mkdir -p ~/.local;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" # .aliases if [ -f ~/.aliases ]; then