From c39b2470d709e68123c2bec2fa319b4f5926780c Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Tue, 13 May 2014 12:38:07 +0300 Subject: [PATCH] bashrc & zshrc: rename os-x-caching-interface to os-x-server-caching-interface --- bashrc | 4 +++- zshrc | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bashrc b/bashrc index 68131d94..90722d88 100644 --- a/bashrc +++ b/bashrc @@ -542,7 +542,9 @@ fi 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" # OS X Server -alias os-x-caching-interface="serveradmin settings caching:Interface =" +alias os-x-server-caching-interface="serveradmin settings caching:Interface =" + + # Allow custom aliases to be put in .aliases or .bash_aliases . diff --git a/zshrc b/zshrc index d4ea5fc2..1156cd8c 100644 --- a/zshrc +++ b/zshrc @@ -516,7 +516,7 @@ fi 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" # OS X Server -alias os-x-caching-interface="serveradmin settings caching:Interface =" +alias os-x-server-caching-interface="serveradmin settings caching:Interface =" # .aliases if [ -f ~/.aliases ]; then