summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/zsh/.zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc
index 7e7a8ad..4e2e20a 100644
--- a/.config/zsh/.zshrc
+++ b/.config/zsh/.zshrc
@@ -22,8 +22,8 @@ HISTFILE=$XDG_CONFIG_HOME/zsh/history
case $(hostname -s) in
mother|po-rbo)
os_color='\e[1;34m'
- prompt_main="blue"
- prompt_alt="cyan"
+ prompt_main="red"
+ prompt_alt="blue"
;;
mars)
os_color='\e[1;31m'