devops-works / binenv

One binary to rule them all. Manage all those pesky binaries (kubectl, helm, terraform, ...) easily.
MIT License
373 stars 44 forks source link

zshrc is broken after installation #150

Closed alexey-anufriev closed 2 years ago

alexey-anufriev commented 2 years ago

This command echo 'export PATH=~/.binenv:$PATH' >> ~/.${ZESHELL}rc added export statement that was appended to the last line in the .zshrc file. Probably new line needs to be added first.

leucos commented 2 years ago

thanks

fixed in 59f9b58a27fc01f71359a87eae9eaaca48fd9db8