From acb6aadbb12958c8e0030f6be02394ae8139d807 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 4 Sep 2019 23:32:37 +0100 Subject: [PATCH] Add platformsh.zsh --- tag-zsh/zsh_profile.d/platformsh.zsh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tag-zsh/zsh_profile.d/platformsh.zsh 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