2
0
mirror of https://github.com/webgefrickel/dotfiles synced 2024-11-17 09:25:52 +00:00
steffen-dotfiles/sandboxrc

11 lines
152 B
Plaintext
Raw Normal View History

sandbox_init_pyenv() {
eval "$(pyenv init -)"
}
sandbox_init_rbenv() {
eval "$(rbenv init -)"
}
sandbox_hook_shims pyenv
sandbox_hook_shims rbenv