bashrc & zshrc: os-x-server-caching-interface --> osx-server-caching-interface

Like the other functions and commands are.
This commit is contained in:
Mikaela Suomalainen 2014-05-13 15:41:07 +03:00
parent ad49056022
commit 808588969d
2 changed files with 2 additions and 2 deletions

2
bashrc
View File

@ -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"

2
zshrc
View File

@ -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"