Add platformsh.zsh
This commit is contained in:
parent
fadcbec047
commit
acb6aadbb1
1 changed files with 6 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue