Updated config for anyenv

This commit is contained in:
2015-09-18 12:13:03 +02:00
parent 9122dbf130
commit fecf3b6de0
2 changed files with 10 additions and 1 deletions

10
rc.d/anyenv Normal file
View File

@ -0,0 +1,10 @@
#!/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