diff options
author | Robby Russell <robby@planetargon.com> | 2010-05-07 13:20:38 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2010-05-07 13:20:38 -0700 |
commit | 86d0cd380dbb084ca998d9fbf7411481ca33780c (patch) | |
tree | a6e108e799f9414c8171d6b53f9f6343397669b9 /themes/duellj.zsh-theme | |
parent | 19ead08382510820c764d7298b9489574b532ffe (diff) | |
parent | cd9a85500e9ddcb99c3340288b8f02fbed1fa3bb (diff) | |
download | zsh-86d0cd380dbb084ca998d9fbf7411481ca33780c.tar.gz zsh-86d0cd380dbb084ca998d9fbf7411481ca33780c.tar.bz2 zsh-86d0cd380dbb084ca998d9fbf7411481ca33780c.zip |
Merge branch 'master' of github.com:robbyrussell/oh-my-zsh
Diffstat (limited to 'themes/duellj.zsh-theme')
-rw-r--r-- | themes/duellj.zsh-theme | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/duellj.zsh-theme b/themes/duellj.zsh-theme new file mode 100644 index 000000000..7350b4335 --- /dev/null +++ b/themes/duellj.zsh-theme @@ -0,0 +1,8 @@ + +# 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;34m%}@%{\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%}%!%{\e[0;34m%}%B]%b%{\e[0m%} +%{\e[0;34m%}%B└─%B[%{\e[1;35m%}$%{\e[0;34m%}%B]%{\e[0m%}%b ' +RPROMPT='[%*]' +PS2=$' \e[0;34m%}%B>%{\e[0m%}%b ' |