Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
fb8953d5
Commit
fb8953d5
authored
Sep 20, 2016
by
Matt Nichols
Committed by
Robby Russell
Sep 20, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix peepcode theme ruby prompt info (#5339)
The ruby prompt info was not interpolating properly. Switching to use ruby_prompt_info helper. This addresses the issue.
parent
83765bf3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
peepcode.zsh-theme
themes/peepcode.zsh-theme
+1
-7
No files found.
themes/peepcode.zsh-theme
View file @
fb8953d5
...
@@ -41,10 +41,4 @@ PROMPT='
...
@@ -41,10 +41,4 @@ PROMPT='
%~
%~
${smiley} %{$reset_color%}'
${smiley} %{$reset_color%}'
if [[ -d ~/.rvm ]] && [[ -e ~/.rvm/bin/rvm-prompt ]]; then
RPROMPT='%{$fg[white]%} $(ruby_prompt_info)$(git_prompt)%{$reset_color%}'
rvm_prompt='$(~/.rvm/bin/rvm-prompt)'
else
rvm_prompt=''
fi
RPROMPT='%{$fg[white]%} $rvm_prompt$(git_prompt)%{$reset_color%}'
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