diff options
author | Roman Kamyk <roman.kamyk@gmail.com> | 2010-10-02 19:49:16 +0200 |
---|---|---|
committer | Roman Kamyk <roman.kamyk@gmail.com> | 2010-10-02 19:49:16 +0200 |
commit | f294eeb57175f5ef86f903d41c84ecacd96fe00c (patch) | |
tree | a7d6a46cd7eafa915123093955b5dc9ff617f9d4 | |
parent | 541da0c9d1cdf88583490fa06b6e307ea09bfc94 (diff) | |
download | zsh-f294eeb57175f5ef86f903d41c84ecacd96fe00c.tar.gz zsh-f294eeb57175f5ef86f903d41c84ecacd96fe00c.tar.bz2 zsh-f294eeb57175f5ef86f903d41c84ecacd96fe00c.zip |
added rkj theme - xion-chiamiov-plus + hg from thomasjbradley
-rw-r--r-- | themes/rkj.zsh-theme | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/themes/rkj.zsh-theme b/themes/rkj.zsh-theme new file mode 100644 index 000000000..fa950b255 --- /dev/null +++ b/themes/rkj.zsh-theme @@ -0,0 +1,15 @@ +# 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 + +function hg_prompt_info { + hg prompt --angle-brackets "\ +<hg:%{$fg[magenta]%}<branch>%{$reset_color%}>\ +</%{$fg[yellow]%}<tags|%{$reset_color%}, %{$fg[yellow]%}>%{$reset_color%}>\ +%{$fg[green]%}<status|modified|unknown><update>%{$reset_color%}< +patches: <patches|join( → )|pre_applied(%{$fg[yellow]%})|post_applied(%{$reset_color%})|pre_unapplied(%{$fg_bold[black]%})|post_unapplied(%{$reset_color%})>>" 2>/dev/null +} + +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{"%Y-%m-%d %I:%M:%S"}%b$'%{\e[0;34m%}%B]%b%{\e[0m%} +%{\e[0;34m%}%B└─%B[%{\e[1;35m%}$%{\e[0;34m%}%B] <$(git_prompt_info)$(hg_prompt_info)>%{\e[0m%}%b ' +PS2=$' \e[0;34m%}%B>%{\e[0m%}%b ' |