We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b7093 commit 5a5e525Copy full SHA for 5a5e525
iterm2-shell-integration.plugin.zsh
@@ -1,8 +1,7 @@
1
# Automagically add the utilities directory to $PATH
2
3
# Add utilities to our path
4
-PLUGIN_BIN="$(dirname $0)/utilities"
5
-export PATH=${PATH}:${PLUGIN_BIN}
+path+=("${0:h}/utilities")
6
7
# And source the helper functions, too.
8
source "${0:h}/shell_integration/zsh"
0 commit comments