summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorToon Claes <toon@tonotdo.com>2009-10-16 22:14:43 +0200
committerToon Claes <toon@tonotdo.com>2009-10-16 22:14:43 +0200
commita75d0ba8d7b256fa2c21b0c8f04cbcab6b9289f2 (patch)
treef3f2896b770b9eb516fb3fe19af2b82bc8fff054 /themes
parent11d0b3c2ac271f8d87629c73c9832f135558a6a2 (diff)
parentc03aab51645fa7448f4e92b09ab00e2de989010e (diff)
downloadzsh-a75d0ba8d7b256fa2c21b0c8f04cbcab6b9289f2.tar.gz
zsh-a75d0ba8d7b256fa2c21b0c8f04cbcab6b9289f2.tar.bz2
zsh-a75d0ba8d7b256fa2c21b0c8f04cbcab6b9289f2.zip
Fixing merge
Diffstat (limited to 'themes')
-rw-r--r--themes/cypher.zsh-theme4
-rw-r--r--themes/wezm.zsh-theme7
-rw-r--r--themes/xiong-chiamiov.zsh-theme6
3 files changed, 17 insertions, 0 deletions
diff --git a/themes/cypher.zsh-theme b/themes/cypher.zsh-theme
new file mode 100644
index 000000000..45df53d22
--- /dev/null
+++ b/themes/cypher.zsh-theme
@@ -0,0 +1,4 @@
+# Based on evan's prompt
+# Shows the exit status of the last command if non-zero
+# Uses "#" instead of "»" when running with elevated privileges
+PROMPT="%m %{${fg_bold[red]}%}:: %{${fg[green]}%}%3~%(0?. . ${fg[red]}%? )%{${fg[blue]}%}»%{${reset_color}%} "
diff --git a/themes/wezm.zsh-theme b/themes/wezm.zsh-theme
new file mode 100644
index 000000000..1881343b0
--- /dev/null
+++ b/themes/wezm.zsh-theme
@@ -0,0 +1,7 @@
+PROMPT='$(git_prompt_info)%(?,,%{${fg_bold[white]}%}[%?]%{$reset_color%} )%{$fg[yellow]%}%#%{$reset_color%} '
+RPROMPT='%{$fg[green]%}%~%{$reset_color%}'
+
+ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[blue]%}("
+ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
+ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%})%{$fg[red]%}⚡%{$reset_color%}"
+ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})"
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 '