Skip to content

Commit a8b7093

Browse files
committed
Source the helper functions, too
Signed-off-by: Joe Block <[email protected]>
1 parent f60dffd commit a8b7093

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

iterm2-shell-integration.plugin.zsh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Automagically add the utilities directory to $PATH
22

3-
PLUGIN_BIN="$(dirname $0)/bin"
3+
# Add utilities to our path
4+
PLUGIN_BIN="$(dirname $0)/utilities"
45
export PATH=${PATH}:${PLUGIN_BIN}
6+
7+
# And source the helper functions, too.
8+
source "${0:h}/shell_integration/zsh"

0 commit comments

Comments
 (0)