kubernetes-sigs / krew

📦 Find and install kubectl plugins
https://krew.sigs.k8s.io
Apache License 2.0
6.42k stars 369 forks source link

Installation script for fish leaves my process at a temporary directory #785

Closed matoruru closed 2 years ago

matoruru commented 2 years ago

After executing this script in your docs, it leaves my process at a temporary directory that is generated by mktemp.

❯ pwd
/var/folders/yb/m2rdz_pj0sx324cnjvyjpz640000gp/T/tmp.DZV7oXFN

I think it should've taken my process back to where it was.