Support the Kubernetes plugin manager, Krew
Why am I doing Kubernetes things, what has happened
This commit is contained in:
parent
0c569f6907
commit
f00062ec1b
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ fi
|
||||||
|
|
||||||
path=(/usr/local/texlive/20*/bin/*(N) $path)
|
path=(/usr/local/texlive/20*/bin/*(N) $path)
|
||||||
path=(~/bin ~/.bin ~/.local/bin $path)
|
path=(~/bin ~/.bin ~/.local/bin $path)
|
||||||
|
path+=(~/.krew/bin)
|
||||||
|
|
||||||
# Filter out nonexistent directories, . (the current directory), and duplicate
|
# Filter out nonexistent directories, . (the current directory), and duplicate
|
||||||
# paths - there should be no duplicates because of -U but just to be sure. ;)
|
# paths - there should be no duplicates because of -U but just to be sure. ;)
|
||||||
|
|
Loading…
Reference in a new issue