Skip to content

Commit f8a0271

Browse files
committed
Add magento-cloud support
1 parent 1c0a0fc commit f8a0271

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

bashrc.d/3/magento-cloud.bash

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
df::path "$HOME/.magento-cloud/bin"
2+
3+
if [ -f "$HOME/.magento-cloud/shell-config.rc" ]; then
4+
. "$HOME/.magento-cloud/shell-config.rc"
5+
fi

0 commit comments

Comments
 (0)