config-bash/rc.d/anyenv

11 lines
174 B
Plaintext
Raw 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
eval "$(anyenv init -)"
fi