]> git.rmz.io Git - dotfiles.git/commitdiff
zsh: change prompt color to "cyan" (or whatever nord equivalent)
authorSamir Benmendil <me@rmz.io>
Wed, 12 May 2021 19:04:11 +0000 (20:04 +0100)
committerSamir Benmendil <me@rmz.io>
Wed, 12 May 2021 19:04:57 +0000 (20:04 +0100)
zsh/lib/prompt.zsh

index 2cea03120619957d7a6c1350d7a9a17a5f428779..a1be82b931f4c2207fad384b7dc63c7246471977 100644 (file)
@@ -2,7 +2,7 @@
 setopt prompt_subst
 autoload colors; colors;
 
-hostcolor=green
+hostcolor=cyan
 [[ $(hostname) == "tardis" ]]  && hostcolor=red
 
 precmd() {