Add Unicode 'Arrow' to ZSH Prompt

Replace prompt text with full unicode box-drawing characters

Tested-on: arcturus <12 Feb 2014>
This commit is contained in:
Tom Swartz
2014-02-12 09:40:00 -05:00
parent 40365fc8d6
commit 0796310d0b

2
.zshrc
View File

@@ -57,7 +57,7 @@ precmd () {
setopt prompt_subst
PROMPT="┌──[%n@%m]──[%*]
└─> %~:%# "
└─ %~:%# "
RPROMPT='${vcs_info_msg_0_}%(?..%{$fg[red]%} [Error: %?]%{$reset_color%})%f'
archey