Support the Kubernetes plugin manager, Krew

Why am I doing Kubernetes things, what has happened
This commit is contained in:
Danielle McLean 2022-06-09 14:33:09 +10:00
parent 0c569f6907
commit f00062ec1b
Signed by: 00dani
GPG key ID: 52C059C3B22A753E

View file

@ -11,6 +11,7 @@ fi
path=(/usr/local/texlive/20*/bin/*(N) $path)
path=(~/bin ~/.bin ~/.local/bin $path)
path+=(~/.krew/bin)
# Filter out nonexistent directories, . (the current directory), and duplicate
# paths - there should be no duplicates because of -U but just to be sure. ;)