X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/bfb270cf83a87659a726c74c30dd6d3d696d2dd6..454e8ab89bd8cedf21941755d4fa8a574b8e3902:/zsh/lib/prompt.zsh diff --git a/zsh/lib/prompt.zsh b/zsh/lib/prompt.zsh index 2cea031..a1be82b 100644 --- a/zsh/lib/prompt.zsh +++ b/zsh/lib/prompt.zsh @@ -2,7 +2,7 @@ setopt prompt_subst autoload colors; colors; -hostcolor=green +hostcolor=cyan [[ $(hostname) == "tardis" ]] && hostcolor=red precmd() {