summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index 838284d..121a978 100644
--- a/.zshrc
+++ b/.zshrc
@@ -1,8 +1,8 @@
# Enable automatic directory changing
setopt autocd
-PROMPT='%(?.%F{77}.%F{160})%#%f '
-RPROMPT='%F{8}%~%f'
+PROMPT='%(?.%F{green}.%F{red})%#%f '
+RPROMPT='%F{white}%~%f'
alias l='ls -lha'
alias vim='nvim'