From: Samir Benmendil Date: Wed, 12 May 2021 19:04:11 +0000 (+0100) Subject: zsh: change prompt color to "cyan" (or whatever nord equivalent) X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/fc44279a10162d52074b9f1fa0abf3a588db5133 zsh: change prompt color to "cyan" (or whatever nord equivalent) --- 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() {