X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/2bb3c600f31aa7e1af1fbef3656ab6947a7585e3..29b8323849e82549d4a23f125daf050dd4ed66f4:/zsh/lib/prompt.zsh diff --git a/zsh/lib/prompt.zsh b/zsh/lib/prompt.zsh index 4f31348..0334516 100644 --- a/zsh/lib/prompt.zsh +++ b/zsh/lib/prompt.zsh @@ -1,3 +1,7 @@ +# Setup the prompt with pretty colors +setopt prompt_subst +autoload colors; colors; + hostcolor=green [[ $(hostname) == "tardis" ]] && hostcolor=red