Browse code

Merge branch 'master' of https://github.com/Bira/oh-my-zsh into Bira-master

Robby Russell authored on 19/11/2010 at 18:42:55
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,14 @@
0
+# ZSH Theme - Preview: http://gyazo.com/8becc8a7ed5ab54a0262a470555c3eed.png
1
+local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"
2
+
3
+local user_host='%{$terminfo[bold]$fg[green]%}%n@%m%{$reset_color%}'
4
+local current_dir='%{$terminfo[bold]$fg[blue]%} %~%{$reset_color%}'
5
+local rvm_ruby='%{$fg[red]%}‹$(~/.rvm/bin/rvm-prompt i v g)›%{$reset_color%}'
6
+local git_branch='$(git_prompt_info)%{$reset_color%}'
7
+
8
+PROMPT="╭─${user_host} ${current_dir} ${rvm_ruby} ${git_branch}
9
+╰─%B$%b "
10
+RPS1="${return_code}"
11
+
12
+ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[yellow]%}‹"
13
+ZSH_THEME_GIT_PROMPT_SUFFIX="› %{$reset_color%}"