10 lines
172 B
Plaintext
Raw Permalink Normal View History

2015-09-18 12:13:03 +02:00
#!/bin/bash
# https://github.com/riywo/anyenv
# git clone https://github.com/riywo/anyenv $HOME/.anyenv
if (which anyenv &>/dev/null); then
2015-09-18 12:13:03 +02:00
eval "$(anyenv init -)"
fi