summaryrefslogtreecommitdiff
path: root/themes/aussiegeek.zsh-theme
diff options
context:
space:
mode:
authorAlan Harper <alan@aussiegeek.net>2010-05-19 14:53:38 +0800
committerRobby Russell <robby@planetargon.com>2010-05-28 08:13:17 +0800
commit0dbfeb9c23cfd3bffd2f744a5db17c3613ea44d2 (patch)
treeb3e934ef5b914b8fbc9c6b50e51de63e49e381de /themes/aussiegeek.zsh-theme
parentba9c78fc9b83752e970f7a1bc1b16a582672bd58 (diff)
downloadzsh-0dbfeb9c23cfd3bffd2f744a5db17c3613ea44d2.tar.gz
zsh-0dbfeb9c23cfd3bffd2f744a5db17c3613ea44d2.tar.bz2
zsh-0dbfeb9c23cfd3bffd2f744a5db17c3613ea44d2.zip
aussiegeek theme (include showing rvm prompt)
Diffstat (limited to 'themes/aussiegeek.zsh-theme')
-rw-r--r--themes/aussiegeek.zsh-theme8
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/aussiegeek.zsh-theme b/themes/aussiegeek.zsh-theme
new file mode 100644
index 000000000..c2c7f65b9
--- /dev/null
+++ b/themes/aussiegeek.zsh-theme
@@ -0,0 +1,8 @@
+
+PROMPT='$fg_bold[blue][ $fg[red]%t $fg_bold[blue]] $fg_bold[blue] [ $fg[red]%n@%m:%~$(git_prompt_info)$fg[yellow]$(rvm_prompt_info)$fg_bold[blue] ]$reset_color
+ $ '
+# git theming
+ZSH_THEME_GIT_PROMPT_PREFIX="$fg_bold[green]("
+ZSH_THEME_GIT_PROMPT_SUFFIX=")"
+ZSH_THEME_GIT_PROMPT_CLEAN="✔"
+ZSH_THEME_GIT_PROMPT_DIRTY="✗"