From f00062ec1bb7085524f8e25eecab78f914ae7371 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Thu, 9 Jun 2022 14:33:09 +1000 Subject: [PATCH] Support the Kubernetes plugin manager, Krew Why am I doing Kubernetes things, what has happened --- config/zsh/login/path | 1 + 1 file changed, 1 insertion(+) diff --git a/config/zsh/login/path b/config/zsh/login/path index c72aadd..be405a1 100644 --- a/config/zsh/login/path +++ b/config/zsh/login/path @@ -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. ;)