mirror of
https://github.com/shokinn/.files.git
synced 2025-04-04 06:03:24 +00:00
add krew to PATH in zshenv
This commit is contained in:
parent
16160214a8
commit
ece467cc9a
|
@ -11,6 +11,9 @@ export ANSIBLE_NOCOWS=1
|
|||
# Include ~/.local/bin to PATH
|
||||
[[ -d "{{@@ env['HOME'] @@}}/.local/bin" ]] && export PATH="{{@@ env['HOME'] @@}}/.local/bin:${PATH}"
|
||||
|
||||
# Include krew to PATH
|
||||
[[ -d "{{@@ env['HOME'] @@}}/.krew/bin" ]] && export PATH="{{@@ env['HOME'] @@}}/.krew/bin:${PATH}"
|
||||
|
||||
{%@@ if distro == 'macos' @@%}# Include /opt/homebrew/opt/gnu-getopt/bin to PATH
|
||||
[[ -d "/opt/homebrew/opt/gnu-getopt/bin" ]] && export PATH="/opt/homebrew/opt/gnu-getopt/bin:${PATH}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue