/zsh-servers-functions

servers functions for shell

Primary LanguageShellMIT LicenseMIT

Plugin Zsh Servers Functions

Build Status Stories in Ready GitHub issues GitHub license

Zsh functions for servers

Install

oh-my-zsh users

If you're using oh-my-zsh, install this plugin by doing the following:

  1. Go to your oh-my-zsh custom plugins directory - cd ~/.oh-my-zsh/custom/plugins
  2. Clone the plugin
  git clone https://github.com/luismayta/zsh-servers-functions
  1. Edit your .zshrc and add plugins=( ... zsh-servers-functions ) to your list of plugins
  2. Open a new terminal and enjoy!

antigen users

If you're using Antigen, install this plugin by doing the following:

  1. Add antigen bundle luismayta/zsh-servers-functions to your .zshrc where you're adding your other plugins.
  2. 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.
  3. Enjoy!

License

MIT

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Credits

Made with love ❤️ by luismayta