mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
add Pulumi to the PATH
This commit is contained in:
parent
d33168f30d
commit
fd079fbed2
1 changed files with 6 additions and 0 deletions
|
|
@ -246,6 +246,11 @@ if [[ `uname` == 'Darwin' ]]; then
|
||||||
elif [[ `uname` == 'Linux' ]]; then
|
elif [[ `uname` == 'Linux' ]]; then
|
||||||
PATH="$HOME/.local/bin:$PATH"
|
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
|
if [ -d "$HOME/.local/share/gem/ruby/3.0.0/bin" ] ; then
|
||||||
PATH="$HOME/.local/share/gem/ruby/3.0.0/bin:$PATH"
|
PATH="$HOME/.local/share/gem/ruby/3.0.0/bin:$PATH"
|
||||||
fi
|
fi
|
||||||
|
|
@ -263,3 +268,4 @@ fi
|
||||||
# default kube-ps1 to off
|
# default kube-ps1 to off
|
||||||
kubeoff
|
kubeoff
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue