summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2017-09-15 12:38:58 -0400
committerJune McEnroe <june@causal.agency>2017-09-15 12:38:58 -0400
commit5a49ac0ad8f1144e2d9abec01041b1c7572e94d6 (patch)
tree2c2d19d1cd3a677ae2d291529a484ccb2ba77373
parentMove typo words to separate file (diff)
downloadsrc-5a49ac0ad8f1144e2d9abec01041b1c7572e94d6.tar.gz
src-5a49ac0ad8f1144e2d9abec01041b1c7572e94d6.zip
Simplify zsh prompts
Diffstat (limited to '')
-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" }
onfig.c?id=ca22cbfab650ad9def1310f459d5003975a0912b&follow=1'>Avoid calling getopt_long again after it returns -1June McEnroe 2019-11-08Only change AWAY status for registered clientsJune McEnroe 2019-11-07Just write the example normallyJune McEnroe 2019-11-07Include path in readlinkat errorJune McEnroe 2019-11-07Call clientConsume before clientRecvJune McEnroe 2019-11-06Use -l:filename in Linux.mkJune McEnroe 2019-11-06Fix compat.h for #defined strlcpyJune McEnroe 2019-11-06Allow unsetting LIBRESSL_PREFIXJune McEnroe 2019-11-06Document calico service configurationJune McEnroe 2019-11-06Document SASL EXTERNAL configuration in more detailJune McEnroe 2019-11-06Document pounce service configurationJune McEnroe 2019-11-06Mention Darwin and GNU/Linux in READMEJune McEnroe 2019-11-06Assume LibreSSL from brew on DarwinJune McEnroe 2019-11-06Remove -DNO_EXPLICIT_BZERO from Darwin.mkJune McEnroe 2019-11-06Don't install rc scripts or dirs on LinuxJune McEnroe