diff options
author | Ryan Wilcox <rwilcox@wilcoxd.com> | 2009-12-13 17:39:40 -0500 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2009-12-27 21:26:23 -0800 |
commit | 7e6eaff7d39cb73d9af31e2b58f04aa984e1bda8 (patch) | |
tree | ad0ccb62052543158d0147b1de7b9de093cde653 | |
parent | f9509f365b633ea5f07de2de2a34abe52304d42c (diff) | |
download | zsh-7e6eaff7d39cb73d9af31e2b58f04aa984e1bda8.tar.gz zsh-7e6eaff7d39cb73d9af31e2b58f04aa984e1bda8.tar.bz2 zsh-7e6eaff7d39cb73d9af31e2b58f04aa984e1bda8.zip |
fork xiong-chiamiov theme for git support
-rw-r--r-- | themes/xiong-chiamiov-plus.zsh-theme | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/xiong-chiamiov-plus.zsh-theme b/themes/xiong-chiamiov-plus.zsh-theme new file mode 100644 index 000000000..095dae290 --- /dev/null +++ b/themes/xiong-chiamiov-plus.zsh-theme @@ -0,0 +1,6 @@ +# user, host, full path, and time/date +# on two lines for easier vgrepping +# entry in a nice long thread on the Arch Linux forums: http://bbs.archlinux.org/viewtopic.php?pid=521888#p521888 +PROMPT=$'%{\e[0;34m%}%B┌─[%b%{\e[0m%}%{\e[1;32m%}%n%{\e[1;30m%}@%{\e[0m%}%{\e[0;36m%}%m%{\e[0;34m%}%B]%b%{\e[0m%} - %b%{\e[0;34m%}%B[%b%{\e[1;37m%}%~%{\e[0;34m%}%B]%b%{\e[0m%} - %{\e[0;34m%}%B[%b%{\e[0;33m%}'%D{"%a %b %d, %I:%M"}%b$'%{\e[0;34m%}%B]%b%{\e[0m%} +%{\e[0;34m%}%B└─%B[%{\e[1;35m%}$%{\e[0;34m%}%B] <$(git_prompt_info)>%{\e[0m%}%b ' +PS2=$' \e[0;34m%}%B>%{\e[0m%}%b ' |