Some changes from work machine
This commit is contained in:
committed by
Vasili Svirydau
parent
6b2245dd16
commit
e743c663ac
9
bash.d/20-rbenv.sh
Normal file
9
bash.d/20-rbenv.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
if command -v rbenv > /dev/null; then
|
||||
eval "$(rbenv init -)"
|
||||
fi
|
||||
|
||||
function dotfiles_install_rbenv {
|
||||
sudo apt install rbenv
|
||||
}
|
||||
Reference in New Issue
Block a user