Add krew plugins to path in .bashrc.

This commit is contained in:
2025-05-13 23:06:06 +12:00
parent 8f49df5fb1
commit 7ce4beaa61

View File

@ -156,6 +156,9 @@ fi
alias bthsc="bluetoothctl connect CC:98:8B:B6:F0:8E" alias bthsc="bluetoothctl connect CC:98:8B:B6:F0:8E"
alias bthsd="bluetoothctl disconnect CC:98:8B:B6:F0:8E" alias bthsd="bluetoothctl disconnect CC:98:8B:B6:F0:8E"
# Add kubectl krew plugins to path
export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH"
SBP_PATH=/home/james/Downloads/sbp SBP_PATH=/home/james/Downloads/sbp
source /home/james/Downloads/sbp/sbp.bash source /home/james/Downloads/sbp/sbp.bash