aboutsummaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-17 18:36:22 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-17 18:36:22 +1300
commit1a9450edd91dede51457ce6e6ed24003733a7821 (patch)
tree163d3fb5082ae0ea6f2728e1b9f150fde6e7c201 /zsh
parentMention different ksh prompt color (diff)
downloaddotfiles-1a9450edd91dede51457ce6e6ed24003733a7821.tar.gz
dotfiles-1a9450edd91dede51457ce6e6ed24003733a7821.zip
Color Zsh prompt distinctively
Diffstat (limited to 'zsh')
-rw-r--r--zsh/zshrc.d/prompt.zsh2
1 files changed, 1 insertions, 1 deletions
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