diff options
author | Daniel Karlsson <daniel@fraction4.com> | 2010-12-03 15:58:18 +0100 |
---|---|---|
committer | Daniel Karlsson <daniel@fraction4.com> | 2010-12-03 15:58:18 +0100 |
commit | 17c6c0376084d09a6cf3d1260d65447ba179c694 (patch) | |
tree | ad9213dc5435cfa8088dde5008ca9ef0d59fedab /themes | |
parent | 0e2d289fffbf15c95c5401aa484ad63a51e88e3c (diff) | |
download | zsh-17c6c0376084d09a6cf3d1260d65447ba179c694.tar.gz zsh-17c6c0376084d09a6cf3d1260d65447ba179c694.tar.bz2 zsh-17c6c0376084d09a6cf3d1260d65447ba179c694.zip |
Updated the PROMT.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/kardan.zsh-theme | 6 |
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="(" |