mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
{bash,zsh}rc: add ruby-build comment for rbenv
This commit is contained in:
parent
0a46356790
commit
b65b306c9e
@ -278,6 +278,8 @@ fi
|
|||||||
if [ -d ~/.rbenv/bin ]; then
|
if [ -d ~/.rbenv/bin ]; then
|
||||||
PATH="$HOME/.rbenv/bin:$PATH"
|
PATH="$HOME/.rbenv/bin:$PATH"
|
||||||
rbenv init > /dev/null 2>&1
|
rbenv init > /dev/null 2>&1
|
||||||
|
# Remember! And verify it before running!
|
||||||
|
# git clone https://github.com/rbenv/ruby-build.git "$(rbenv root)"/plugins/ruby-build
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# https://github.com/pyenv/pyenv
|
# https://github.com/pyenv/pyenv
|
||||||
|
2
rc/zshrc
2
rc/zshrc
@ -244,6 +244,8 @@ fi
|
|||||||
if [ -d ~/.rbenv/bin ]; then
|
if [ -d ~/.rbenv/bin ]; then
|
||||||
PATH="$HOME/.rbenv/bin:$PATH"
|
PATH="$HOME/.rbenv/bin:$PATH"
|
||||||
rbenv init >/dev/null 2>&1
|
rbenv init >/dev/null 2>&1
|
||||||
|
# Remember! And verify it before running!
|
||||||
|
# git clone https://github.com/rbenv/ruby-build.git "$(rbenv root)"/plugins/ruby-build
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# https://github.com/pyenv/pyenv
|
# https://github.com/pyenv/pyenv
|
||||||
|
Loading…
Reference in New Issue
Block a user