Adds polymny config to path
This commit is contained in:
parent
7b5b9be2f6
commit
e87307f2be
|
@ -113,6 +113,10 @@ fi
|
||||||
command -v kubectl > /dev/null 2>&1
|
command -v kubectl > /dev/null 2>&1
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
|
|
||||||
|
if [ -d $HOME/.config/polymny ]; then
|
||||||
|
export PATH=$HOME/.config/polymny/bin:$PATH
|
||||||
|
fi
|
||||||
|
|
||||||
if [ -f $HOME/.kubes/current-cube ]; then
|
if [ -f $HOME/.kubes/current-cube ]; then
|
||||||
export KUBECONFIG=$(cat $HOME/.kubes/current-cube)
|
export KUBECONFIG=$(cat $HOME/.kubes/current-cube)
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue