Skip to content
This repository was archived by the owner on Mar 30, 2020. It is now read-only.

Commit ef1d289

Browse files
committed
Add plugin loader script for antigen, oh-my-zsh et al
1 parent 3ac450f commit ef1d289

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

sysadmin-util.plugin.zsh

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#
2+
# This makes the sysadmin-utils more easily used with antigen,
3+
# oh-my-zsh, and any other framework that understands their
4+
# plugin structure.
5+
#
6+
# Add our plugin's root diretory to user's path
7+
PLUGIN_D="$(dirname $0)"
8+
export PATH=${PATH}:${PLUGIN_D}

0 commit comments

Comments
 (0)