ohmyzsh/custom/plugins/custom_plugin/custom_plugin.plugin.zsh
2014-01-07 17:37:29 +01:00

4 lines
173 B
Bash

# This is an example file to demonstrate the use of custom plugins.
# It would be loaded if you add it to the plugins Array in your .zshrc file:
#
# plugins=(custom_plugin)