Zsh functions for servers
oh-my-zsh users
If you're using oh-my-zsh, install this plugin by doing the following:
- Go to your oh-my-zsh custom plugins directory -
cd ~/.oh-my-zsh/custom/plugins
- Clone the plugin
git clone https://github.com/luismayta/zsh-servers-functions
- Edit your
.zshrc
and addplugins=( ... zsh-servers-functions )
to your list of plugins - Open a new terminal and enjoy!
antigen users
If you're using Antigen, install this plugin by doing the following:
- Add
antigen bundle luismayta/zsh-servers-functions
to your.zshrc
where you're adding your other plugins. - Either open a new terminal to force zsh to load the new plugin, or run
antigen bundle luismayta/zsh-servers-functions
in a running zsh session. - Enjoy!
MIT
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
Made with love ❤️ by luismayta