Added profile file for anyenv
This commit is contained in:
parent
8700b8e2c9
commit
9122dbf130
11
profile.d/anyenv
Normal file
11
profile.d/anyenv
Normal file
@ -0,0 +1,11 @@
|
||||
#!/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"
|
||||
eval "$(anyenv init -)"
|
||||
fi
|
Loading…
Reference in New Issue
Block a user