add Pulumi to the PATH

This commit is contained in:
Gene Liverman 2022-07-08 21:29:58 -04:00
parent d33168f30d
commit fd079fbed2
No known key found for this signature in database
GPG key ID: 3AF83985B6C857C6

View file

@ -246,6 +246,11 @@ if [[ `uname` == 'Darwin' ]]; then
elif [[ `uname` == 'Linux' ]]; then
PATH="$HOME/.local/bin:$PATH"
# add Pulumi to the PATH
if [ -d "$HOME/.pulumi/bin" ] ; then
PATH=$PATH:$HOME/.pulumi/bin
fi
if [ -d "$HOME/.local/share/gem/ruby/3.0.0/bin" ] ; then
PATH="$HOME/.local/share/gem/ruby/3.0.0/bin:$PATH"
fi
@ -263,3 +268,4 @@ fi
# default kube-ps1 to off
kubeoff