Remove 'fancy' arrows, replace with gt signs

This commit is contained in:
2020-10-20 08:40:43 -06:00
parent a242bcd908
commit 02c8df1e2e

View File

@@ -3,7 +3,7 @@ case "`uname`" in
PROMPT='%n@%m %{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%} %{$reset_color%} %F{cyan}%~%f %F{red}>%F{yellow}>%F{green}>%f '
;;
*)
PROMPT='%n@%m %{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%} %{$reset_color%} %F{cyan}%~%f %F{red}%F{yellow}%F{green}%f '
PROMPT='%n@%m %{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%} %{$reset_color%} %F{cyan}%~%f %F{red}>%F{yellow}>%F{green}>%f '
;;
esac