From 570581dd6f8f4ea339e6080569bd995261958a79 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Fri, 15 Sep 2017 12:38:58 -0400 Subject: Simplify zsh prompts --- home/.zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home') diff --git a/home/.zshrc b/home/.zshrc index 77e4569d..c4346a93 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -58,8 +58,8 @@ _prompt_git() { esac } [ -n "$SSH_CLIENT" ] && _prompt_ssh='%F{magenta}' -PROMPT="%(?.%F{green}$_prompt_ssh.%F{red})»%f " -RPROMPT='%F{blue}%50<…<%~%F{yellow}$(_prompt_git)%f' +PROMPT="%(?.%F{white}$_prompt_ssh.%F{red})%#%f " +RPROMPT='%F{white}%50<..<%~$(_prompt_git)%f' _n() { _n() { echo } } _title() { print -Pn "\e]0;$1\a" } -- cgit 1.4.1