From 0796310d0bb336f6e3333f3dfbd7139df2b06fea Mon Sep 17 00:00:00 2001 From: Tom Swartz Date: Wed, 12 Feb 2014 09:40:00 -0500 Subject: [PATCH] Add Unicode 'Arrow' to ZSH Prompt Replace prompt text with full unicode box-drawing characters Tested-on: arcturus <12 Feb 2014> --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 85d72b9..d969991 100644 --- a/.zshrc +++ b/.zshrc @@ -57,7 +57,7 @@ precmd () { setopt prompt_subst PROMPT="┌──[%n@%m]──[%*] -└─> %~:%# " +└─▶ %~:%# " RPROMPT='${vcs_info_msg_0_}%(?..%{$fg[red]%} [Error: %?]%{$reset_color%})%f' archey