mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Add RVM.
This commit is contained in:
4
dotfiles/zshrc.d/rvm.zsh
Normal file
4
dotfiles/zshrc.d/rvm.zsh
Normal file
@@ -0,0 +1,4 @@
|
||||
# Enable RVM if available
|
||||
if [[ -s ${HOME}/.rvm/scripts/rvm ]] ; then
|
||||
source ${HOME}/.rvm/scripts/rvm
|
||||
fi
|
||||
Reference in New Issue
Block a user