From 1a9450edd91dede51457ce6e6ed24003733a7821 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 17 Dec 2016 18:36:22 +1300 Subject: Color Zsh prompt distinctively --- zsh/zshrc.d/prompt.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zsh') diff --git a/zsh/zshrc.d/prompt.zsh b/zsh/zshrc.d/prompt.zsh index 0ac2be55..4b98c125 100644 --- a/zsh/zshrc.d/prompt.zsh +++ b/zsh/zshrc.d/prompt.zsh @@ -41,7 +41,7 @@ prompt() { # Bold and color the prompt if it looks like we can if (( $({ tput colors || tput Co ; } 2>/dev/null) >= 8 )) ; then - PS1='%B%F{green}'$PS1'%f%b' + PS1='%B%F{cyan}'$PS1'%f%b' fi # Add a space and define the rest of the prompts -- cgit v1.2.3