config-bash/profile.d/anyenv

11 lines
185 B
Plaintext
Raw Permalink Normal View History

2015-06-11 12:49:58 +02:00
#!/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"
fi