Skip to content

Commit 897991c

Browse files
committed
Add a plugin.zsh file to be ZSH-framework friendly
plugin.zsh files will be automatically detected and loaded by ZSH frameworks. Add one that adds the utilities folder to the user's `$PATH`. Signed-off-by: Joe Block <[email protected]>
1 parent 3187f82 commit 897991c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

iterm2-shell-integration.plugin.zsh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Automagically add the utilities directory to $PATH
2+
3+
PLUGIN_BIN="$(dirname $0)/bin"
4+
export PATH=${PATH}:${PLUGIN_BIN}

0 commit comments

Comments
 (0)