Updated config for anyenv
This commit is contained in:
10
rc.d/anyenv
Normal file
10
rc.d/anyenv
Normal 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
|
Reference in New Issue
Block a user