Created
April 3, 2011 23:54
-
-
Save frnz/900943 to your computer and use it in GitHub Desktop.
Frnz ZSH theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local blue_op="%{$fg[blue]%}[%{$reset_color%}" | |
local blue_cp="%{$fg[blue]%}]%{$reset_color%}" | |
local path_p="${blue_op}%~${blue_cp}" | |
local user_host="${blue_op}%n@%m${blue_cp}" | |
local git_branch='$(git_prompt_info)%{$reset_color%}' | |
local rvm_branch='$(rvm_prompt_info)' | |
local ret_status="${blue_op}%?${blue_cp}" | |
local hist_no="${blue_op}%h${blue_cp}" | |
local smiley="%(?,%{$fg[green]%}:D$reset_color%},%{$fg[red]%}:@%{$reset_color%})" | |
PROMPT="╭─${path_p} ${user_host} ${rvm_branch} ${git_branch} | |
╰─${blue_op}${smiley}${blue_cp} λ " | |
local cur_cmd="${blue_op}%_${blue_cp}" | |
PROMPT2="${cur_cmd}> " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment