Skip to content

Commit

Permalink
Updated the PROMT.
Browse files Browse the repository at this point in the history
  • Loading branch information
kardan committed Dec 3, 2010
1 parent 0e2d289 commit 17c6c03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions themes/kardan.zsh-theme
Original file line number Diff line number Diff line change
@@ -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="("
Expand Down

0 comments on commit 17c6c03

Please sign in to comment.