Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
ba9c78fc
Commit
ba9c78fc
authored
May 19, 2010
by
Alan Harper
Committed by
Robby Russell
May 28, 2010
Browse files
Import rvm prompt
parent
f02c9560
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/rvm.zsh
0 → 100644
View file @
ba9c78fc
# get the name of the branch we are on
function
rvm_prompt_info
()
{
ruby_version
=
$(
~/.rvm/bin/rvm-prompt 2> /dev/null
)
||
return
echo
"(
$ruby_version
)"
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment