Files
config-bash/profile.d/anyenv
T
2015-09-18 12:13:03 +02:00

11 lines
185 B
Bash

#!/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