Skip to content

Commit

Permalink
Adding mbant's addition for vi-mode information to RPROMPT of hokietu…
Browse files Browse the repository at this point in the history
…x theme.
  • Loading branch information
Ben Hilburn authored and bhilburn committed Jan 29, 2015
1 parent e58ef34 commit 7356e9c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hokietux.zsh-theme
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ ZSH_THEME_GIT_PROMPT_RENAMED="%{$fg[magenta]%} ➜"
ZSH_THEME_GIT_PROMPT_UNMERGED="%{$fg[yellow]%} ═"
ZSH_THEME_GIT_PROMPT_UNTRACKED="%{$fg[cyan]%} ✭"

MODE_INDICATOR="--NORMAL--"

PROMPT='[%{$fg_bold[green]%}%~%{$fg_no_bold[white]%}]%{$fg_bold[red]%}➜$(git_prompt_info)%{$reset_color%}$(git_prompt_status)%{$reset_color%} $ '
RPROMPT='${return_code}[%{$fg_no_bold[yellow]%}%h%{$reset_color%}][%*]'
RPROMPT='$(vi_mode_prompt_info)${return_code}[%{$fg_no_bold[yellow]%}%h%{$reset_color%}][%*]'

0 comments on commit 7356e9c

Please sign in to comment.