Add platformsh.zsh
This commit is contained in:
parent
fadcbec047
commit
acb6aadbb1
6
tag-zsh/zsh_profile.d/platformsh.zsh
Normal file
6
tag-zsh/zsh_profile.d/platformsh.zsh
Normal file
|
@ -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
|
Loading…
Reference in a new issue