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"