summary refs log tree commit diff
path: root/home/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'home/.zshrc')
-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" }
20-12-29 17:44:48 -0500'>2020-12-29Clean up hilex code somewhatJune McEnroe 2020-12-29Match lex/yacc %% %{ %} lines as MacroJune McEnroe 2020-12-29Match top-level C definitions as IdentifierTagJune McEnroe 2020-12-29Match C type declarations as IdentifierTagJune McEnroe 2020-12-29Match function-like macro definitions as IdentifierTagJune McEnroe 2020-12-29Reconfigure C macro start conditionsJune McEnroe 2020-12-29Document HTML class namesJune McEnroe 2020-12-29Rename Tag class to IdentifierTagJune McEnroe 2020-12-29Change HTML class from hi to hilexJune McEnroe 2020-12-29Add hilex HTML outputJune McEnroe