Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
8247cbf8
Commit
8247cbf8
authored
14 years ago
by
lunks
Committed by
Robby Russell
14 years ago
Browse files
Options
Download
Email Patches
Plain Diff
modified macovsky to support ruby version
parent
0a2a981d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
themes/macovsky.zsh-theme
+2
-2
themes/macovsky.zsh-theme
with
2 additions
and
2 deletions
+2
-2
themes/macovsky.zsh-theme
View file @
8247cbf8
# ZSH Theme - Preview: http://gyazo.com/8becc8a7ed5ab54a0262a470555c3eed.png
local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"
PROMPT='%{$fg[green]%}%~%{$reset_color%} $(git_prompt_info)%{$reset_color%}%B$%b '
PROMPT='%{$fg[green]%}%~%{$reset_color%}
%{$fg[red]%}‹$(~/.rvm/bin/rvm-prompt i v)› %{$reset_color%}
$(git_prompt_info)%{$reset_color%}%B$%b '
RPS1="${return_code}"
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[yellow]%}‹"
ZSH_THEME_GIT_PROMPT_SUFFIX="› %{$reset_color%}"
\ No newline at end of file
ZSH_THEME_GIT_PROMPT_SUFFIX="› %{$reset_color%}"
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help