diff --git a/.bashrc b/.bashrc index 7c8cf90..33e7eb4 100644 --- a/.bashrc +++ b/.bashrc @@ -156,6 +156,9 @@ fi alias bthsc="bluetoothctl connect 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 source /home/james/Downloads/sbp/sbp.bash