feat: Ajout de krew dans $PATH si nécéssaire
This commit is contained in:
parent
c9bb673a15
commit
c9411bb43d
5
profile.d/krew
Normal file
5
profile.d/krew
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
if (command -v krew &>/dev/null); then
|
||||
export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH"
|
||||
fi
|
Loading…
x
Reference in New Issue
Block a user