config-bash/rc.d/anyenv
2025-01-17 09:05:56 +00:00

10 lines
172 B
Bash

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