From 808588969da79e87f4ec506053e252442822f9ae Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Tue, 13 May 2014 15:41:07 +0300 Subject: [PATCH] bashrc & zshrc: os-x-server-caching-interface --> osx-server-caching-interface Like the other functions and commands are. --- bashrc | 2 +- zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bashrc b/bashrc index c084bb6e..7aa931e9 100644 --- a/bashrc +++ b/bashrc @@ -531,7 +531,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-server-caching-interface="serveradmin settings caching:Interface =" +alias osx-server-caching-interface="serveradmin settings caching:Interface =" # Simple HTTPd with Python. alias python2-httpd="python -m SimpleHTTPServer" diff --git a/zshrc b/zshrc index 6c087672..4ba03001 100644 --- a/zshrc +++ b/zshrc @@ -504,7 +504,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-server-caching-interface="serveradmin settings caching:Interface =" +alias osx-server-caching-interface="serveradmin settings caching:Interface =" # Simple HTTPd with Python. alias python2-httpd="python -m SimpleHTTPServer"