dotfiles/zsh/.zsh/configs/platformsh.zsh

7 lines
180 B
Bash
Raw Normal View History

2019-09-04 22:32:37 +00:00
# Platform.sh CLI configuration.
export PATH="$HOME/"'.platformsh/bin':"$PATH"
if [ -f "$HOME/"'.platformsh/shell-config.rc' ]; then
. "$HOME/"'.platformsh/shell-config.rc';
fi