ohmyzsh/custom/plugins/example/example.plugin.zsh
LFDM b9e34f6373 Rename files in custom example folders
... as suggested by @mcornella and @ncanceill.
2014-03-24 21:06:59 +01:00

7 lines
243 B
Bash

# This is an example file to demonstrate the use of custom plugins.
# To load them add them to the plugins Array in your .zshrc file:
#
# Plugins placed here will override ones with the same name in the main
# directory.
#
# plugins=(example)