Added profile file for anyenv

This commit is contained in:
Xavier Logerais 2015-06-11 12:49:58 +02:00
parent 8700b8e2c9
commit 9122dbf130

11
profile.d/anyenv Normal file
View File

@ -0,0 +1,11 @@
#!/bin/bash
# https://github.com/riywo/anyenv
# git clone https://github.com/riywo/anyenv $HOME/.anyenv
if [ -d "$HOME/.anyenv/bin" ]
then
export PATH="$HOME/.anyenv/bin:$PATH"
eval "$(anyenv init -)"
fi