Updated config for anyenv
This commit is contained in:
parent
9122dbf130
commit
fecf3b6de0
@ -7,5 +7,4 @@
|
||||
if [ -d "$HOME/.anyenv/bin" ]
|
||||
then
|
||||
export PATH="$HOME/.anyenv/bin:$PATH"
|
||||
eval "$(anyenv init -)"
|
||||
fi
|
||||
|
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
|
Loading…
Reference in New Issue
Block a user