local USER_HOST='%{$terminfo[bold]$fg[yellow]%}%n@%m%{$reset_color%}'
# #
local RETURN_CODE="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"
# # #README
local GIT_BRANCH='%{$terminfo[bold]$fg[red]%}$(git_prompt_info)%{$reset_color%}'
# #
local CURRENT_DIR='%{$terminfo[bold]$fg[green]%} %~%{$reset_color%}'
# # This theme provides two customizable header functionalities :
local RUBY_RVM='%{$fg[gray]%}‹$(rvm-prompt i v g)›%{$reset_color%}'
# # a) displaying a pseudo-random message from a database of quotations
local COMMAND_TIP='%{$terminfo[bold]$fg[blue]%}$(wget -qO - http://www.commandlinefu.com/commands/random/plaintext | sed 1d | sed '/^$/d' | sed 's/^/║/g')%{$reset_color%}'