Skip to content

Commit

Permalink
Purging vi-mode from ZSH
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Hilburn authored and bhilburn committed Jan 29, 2015
1 parent 7356e9c commit 39e2ad8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions hokietux.zsh-theme
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ 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='$(vi_mode_prompt_info)${return_code}[%{$fg_no_bold[yellow]%}%h%{$reset_color%}][%*]'
RPROMPT='${return_code}[%{$fg_no_bold[yellow]%}%h%{$reset_color%}][%*]'

0 comments on commit 39e2ad8

Please sign in to comment.