howtowhale / dvm

Docker Version Manager
https://howtowhale.github.io/dvm/
Apache License 2.0
522 stars 50 forks source link

fix dvm.sh under zsh #102

Closed ibigbug closed 8 years ago

ibigbug commented 8 years ago

Using export -f func under zsh will print the function body to console, so use autoload seems better for this case.

rgbkrk commented 8 years ago

Thank you!

ibigbug commented 8 years ago

Pleasure! Waiting for updating the latest version in the install script!

rgbkrk commented 8 years ago

Getting this out the door now, thank you so much @ibigbug

ibigbug commented 8 years ago

Very happy to hear that :)

rgbkrk commented 8 years ago

Waiting on the Travis build for 0.4.1 and then you'll be able to dvm upgrade to make sure all is well in the zsh world.