mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-22 18:52:45 +01:00
bashrc & zshrc: os-x-server-caching-interface --> osx-server-caching-interface
Like the other functions and commands are.
This commit is contained in:
parent
ad49056022
commit
808588969d
2
bashrc
2
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"
|
||||
|
2
zshrc
2
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"
|
||||
|
Loading…
Reference in New Issue
Block a user