add linkerd servicemesh cli to path

This commit is contained in:
JesseBot 2024-07-05 15:54:01 +02:00
parent a3eb5a1047
commit 447ced29b1

View file

@ -7,6 +7,7 @@ export XDG_CACHE_HOME="$HOME/.cache"
export XDG_DATA_HOME="$HOME/.local/share"
export XDG_STATE_HOME="$HOME/.local/state"
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~ LinuxBrew PATH ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #
if [[ $(uname) == *"Linux"* ]]; then
# iptables on debian is here
@ -130,3 +131,7 @@ export PATH=$PATH:$HOME/.local/bin/google-cloud-sdk/bin
# make sure we make all yamllint changes for safer linting
export YAMLLINT_CONFIG_FILE="$XDG_CONFIG_HOME/yamllint/config.yml"
# linkerd - service mesh cli for k8s
export PATH="$PATH:$HOME/.linkerd2/bin"