mirror of
https://github.com/shokinn/.files.git
synced 2025-01-18 21:22:25 +00:00
Add path to krew when installed
This commit is contained in:
parent
80c99dc027
commit
c0d2164561
|
@ -11,6 +11,9 @@ export ANSIBLE_NOCOWS=1
|
|||
# Include ~/.bin to PATH
|
||||
[[ -d "{{@@ env['HOME'] @@}}/.bin" ]] && export PATH="{{@@ env['HOME'] @@}}/.bin:${PATH}"
|
||||
|
||||
# Inclue ~/.krew/bin to PATH for krew kubectl extensions
|
||||
[[ -d "{{@@ env['HOME'] @@}}/.krew/bin" ]] && export PATH="{{@@ env['HOME'] @@}}/.krew/bin:${PATH}"
|
||||
|
||||
# Include ~/.local/bin to PATH
|
||||
[[ -d "{{@@ env['HOME'] @@}}/.local/bin" ]] && export PATH="{{@@ env['HOME'] @@}}/.local/bin:${PATH}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue