diff options
Diffstat (limited to 'zsh/prompt')
| -rw-r--r-- | zsh/prompt | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/zsh/prompt b/zsh/prompt deleted file mode 100644 index f567bbe..0000000 --- a/zsh/prompt +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | # vim: filetype=zsh | ||
| 2 | |||
| 3 | autoload -Uz vcs_info | ||
| 4 | precmd_vcs_info() { vcs_info } | ||
| 5 | precmd_functions+=( precmd_vcs_info ) | ||
| 6 | setopt prompt_subst | ||
| 7 | |||
| 8 | RPROMPT=\$vcs_info_msg_0_ | ||
| 9 | PROMPT=$'[%F{green}%8>..>%n%>>%F{white}@%F{green}%8>..>%m%>>%F{white}] %F{white}%(4~|.../%3~|%~) %B%F{blue}>%f%b ' | ||
| 10 | |||
| 11 | zstyle ':vcs_info:*' unstagedstr ' *' | ||
| 12 | zstyle ':vcs_info:*' stagedstr ' +' | ||
| 13 | zstyle ':vcs_info:*' check-for-changes true | ||
| 14 | zstyle ':vcs_info:*' actionformats '%F{5}(%f%s%F{5})%F{3}-%F{5}[%F{2}%b%a%u%c%F{3}|%F{1}%a%F{5}]%f' | ||
| 15 | zstyle ':vcs_info:*' formats '%F{5}(%f%s%F{5})%F{3}-%F{5}[%F{2}%b%u%c%F{5}]%f' | ||
| 16 | zstyle ':vcs_info:(sv[nk]|bzr):*' branchformat '%b%F{1}:%F{3}%r' | ||
| 17 | |||
