X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/b55d69396b587288c7e654035190d9e62fa70b71..a8dd48ddfc1f286ebfd45690dba32d87d16b1261:/zsh/themes/ramsi.zsh-theme diff --git a/zsh/themes/ramsi.zsh-theme b/zsh/themes/ramsi.zsh-theme index e0d852f..772777f 100644 --- a/zsh/themes/ramsi.zsh-theme +++ b/zsh/themes/ramsi.zsh-theme @@ -1,5 +1,6 @@ -[[ $(hostname) == "tardis" ]] && hostcolor=red -[[ $(hostname) == "shada" ]] && hostcolor=green +[[ $(hostname) == "tardis" ]] && hostcolor=red +[[ $(hostname) == "shada" ]] && hostcolor=green +[[ $(hostname) == "darwin" ]] && hostcolor=green PROMPT='%(?..%{$fg_bold[white]%}[%?])%{$reset_color%}[%D{%k:%M} %n@%{$fg[$hostcolor]%}%m%{$reset_color%}$(git_prompt_info)]%# ' RPROMPT='%{$fg[green]%}%~%{$reset_color%}'