From e87307f2be710b0334ac4096315c5d839cc04502 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Mon, 13 Nov 2023 11:50:23 +0100 Subject: [PATCH] Adds polymny config to path --- zsh/aliases.zsh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zsh/aliases.zsh b/zsh/aliases.zsh index 8d54dac..0fedc57 100644 --- a/zsh/aliases.zsh +++ b/zsh/aliases.zsh @@ -113,6 +113,10 @@ fi command -v kubectl > /dev/null 2>&1 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 export KUBECONFIG=$(cat $HOME/.kubes/current-cube) fi