diff --git a/tag-zsh/zsh_profile.d/platformsh.zsh b/tag-zsh/zsh_profile.d/platformsh.zsh new file mode 100644 index 0000000..8e8c2b6 --- /dev/null +++ b/tag-zsh/zsh_profile.d/platformsh.zsh @@ -0,0 +1,6 @@ +# Platform.sh CLI configuration. +export PATH="$HOME/"'.platformsh/bin':"$PATH" + +if [ -f "$HOME/"'.platformsh/shell-config.rc' ]; then + . "$HOME/"'.platformsh/shell-config.rc'; +fi