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
c6aacf61
Commit
c6aacf61
authored
Dec 31, 2013
by
LFDM
Browse files
Refactors ruby_prompts.zsh
parent
8a887c50
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/ruby_prompts.zsh
View file @
c6aacf61
...
...
@@ -7,13 +7,9 @@ function rvm_prompt_info() {
echo
"
${
ZSH_THEME_RVM_PROMPT_PREFIX
:
=(
}${
rvm_prompt
}${
ZSH_THEME_RVM_PROMPT_SUFFIX
:
=)
}
"
}
# using the rbenv plugin will override this with a real implementation
function
rbenv_prompt_info
()
{
return
1
}
# using the chruby plugin will override this with a real implementation
function
chruby_prompt_info
()
{
# using the chruby and/or rbenv plugins will override
# these with real implementations
function
chruby_prompt_info rbenv_prompt_info
{
return
1
}
...
...
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