dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

Add rvm function in zshrc

Open wikimatze opened this issue 8 years ago • 0 comments

export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting

[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function

Remove .profile

wikimatze avatar Sep 19 '17 04:09 wikimatze