diff options
author | xiongchiamiov <xiong.chiamiov@gmail.com> | 2009-10-05 19:23:12 -0700 |
---|---|---|
committer | xiongchiamiov <xiong.chiamiov@gmail.com> | 2009-10-05 19:23:12 -0700 |
commit | 8a8343b0de31f3adcd366fc0b9c113ee009287f0 (patch) | |
tree | 09759bfd412f497095436d273918e78db76ffe5f | |
parent | eddab5034cb19caa99a1a0e381de4dcf63ef0fe0 (diff) | |
download | zsh-8a8343b0de31f3adcd366fc0b9c113ee009287f0.tar.gz zsh-8a8343b0de31f3adcd366fc0b9c113ee009287f0.tar.bz2 zsh-8a8343b0de31f3adcd366fc0b9c113ee009287f0.zip |
add xiong-chiamiov theme
-rw-r--r-- | themes/xiong-chiamiov.zsh-theme | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/xiong-chiamiov.zsh-theme b/themes/xiong-chiamiov.zsh-theme new file mode 100644 index 000000000..7c4c2e4f8 --- /dev/null +++ b/themes/xiong-chiamiov.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]>%{\e[0m%}%b ' +PS2=$' \e[0;34m%}%B>%{\e[0m%}%b ' |