mirror of
https://github.com/webgefrickel/dotfiles
synced 2024-11-17 09:25:52 +00:00
11 lines
152 B
Plaintext
11 lines
152 B
Plaintext
|
sandbox_init_pyenv() {
|
||
|
eval "$(pyenv init -)"
|
||
|
}
|
||
|
|
||
|
sandbox_init_rbenv() {
|
||
|
eval "$(rbenv init -)"
|
||
|
}
|
||
|
|
||
|
sandbox_hook_shims pyenv
|
||
|
sandbox_hook_shims rbenv
|