summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDaniel Karlsson <daniel@fraction4.com>2010-12-03 15:58:18 +0100
committerDaniel Karlsson <daniel@fraction4.com>2010-12-03 15:58:18 +0100
commit17c6c0376084d09a6cf3d1260d65447ba179c694 (patch)
treead9213dc5435cfa8088dde5008ca9ef0d59fedab /themes
parent0e2d289fffbf15c95c5401aa484ad63a51e88e3c (diff)
downloadzsh-17c6c0376084d09a6cf3d1260d65447ba179c694.tar.gz
zsh-17c6c0376084d09a6cf3d1260d65447ba179c694.tar.bz2
zsh-17c6c0376084d09a6cf3d1260d65447ba179c694.zip
Updated the PROMT.
Diffstat (limited to 'themes')
-rw-r--r--themes/kardan.zsh-theme6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/kardan.zsh-theme b/themes/kardan.zsh-theme
index f2b036fde..fd6586a9d 100644
--- a/themes/kardan.zsh-theme
+++ b/themes/kardan.zsh-theme
@@ -1,11 +1,11 @@
-# Comment
+# Simple theme based on my old zsh settings.
function get_host {
echo '@'`hostname`''
}
-RPROMPT='%~$(git_prompt_info)$(get_host)'
-export PS1='> '
+PROMPT='> '
+RPROMPT='%~$(git_prompt_info)$(get_host)'
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[yellow]%}✗%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_PREFIX="("