mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Removed ruby version from commandline. Found it to annoying in the long run.
This commit is contained in:
parent
84576be5c7
commit
82cc9ae67f
1 changed files with 0 additions and 7 deletions
|
|
@ -1,10 +1,3 @@
|
|||
# get ruby version from either rvm or system ruby.
|
||||
if [[ -s ~/.rvm/scripts/rvm ]] ; then
|
||||
RPS1="%{%}%{$reset_color%}%{$fg[red]%}\$(~/.rvm/bin/rvm-prompt i v g)%{$reset_color%}"
|
||||
else
|
||||
RPS1="%{$fg[red]%}\$(ruby -e 'print RUBY_VERSION')%{$reset_color%} $EPS1"
|
||||
fi
|
||||
|
||||
ZSH_THEME_GIT_PROMPT_PREFIX="%{$reset_color%}%{$fg[green]%}["
|
||||
ZSH_THEME_GIT_PROMPT_SUFFIX="]"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue