X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/2bb3c600f31aa7e1af1fbef3656ab6947a7585e3..866f8fc3b13ea55c80c30b24837553b675bcc97e:/zsh/lib/prompt.zsh?ds=sidebyside 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