mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
add linkerd servicemesh cli to path
This commit is contained in:
parent
a3eb5a1047
commit
447ced29b1
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,7 @@ export XDG_CACHE_HOME="$HOME/.cache"
|
||||||
export XDG_DATA_HOME="$HOME/.local/share"
|
export XDG_DATA_HOME="$HOME/.local/share"
|
||||||
export XDG_STATE_HOME="$HOME/.local/state"
|
export XDG_STATE_HOME="$HOME/.local/state"
|
||||||
|
|
||||||
|
|
||||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~ LinuxBrew PATH ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #
|
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~ LinuxBrew PATH ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #
|
||||||
if [[ $(uname) == *"Linux"* ]]; then
|
if [[ $(uname) == *"Linux"* ]]; then
|
||||||
# iptables on debian is here
|
# 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
|
# make sure we make all yamllint changes for safer linting
|
||||||
export YAMLLINT_CONFIG_FILE="$XDG_CONFIG_HOME/yamllint/config.yml"
|
export YAMLLINT_CONFIG_FILE="$XDG_CONFIG_HOME/yamllint/config.yml"
|
||||||
|
|
||||||
|
# linkerd - service mesh cli for k8s
|
||||||
|
export PATH="$PATH:$HOME/.linkerd2/bin"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue