summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2017-09-15 12:38:58 -0400
committerJune McEnroe <programble@gmail.com>2017-09-15 12:38:58 -0400
commit570581dd6f8f4ea339e6080569bd995261958a79 (patch)
tree6979a5f1878f0564233099d6b0828d97256c40fc /home
parentMove typo words to separate file (diff)
downloadsrc-570581dd6f8f4ea339e6080569bd995261958a79.tar.gz
src-570581dd6f8f4ea339e6080569bd995261958a79.zip
Simplify zsh prompts
Diffstat (limited to 'home')
-rw-r--r--home/.zshrc4
1 files changed, 2 insertions, 2 deletions
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" }