Add krew plugins to path in .bashrc.
This commit is contained in:
3
.bashrc
3
.bashrc
@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user