X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/7beba447aaa08836cf506d8a4a4b15e2fb5281c8..0fc896c570d5c6cf33c5e914b4d8b048d2272381:/zsh/themes/ramsi.zsh-theme diff --git a/zsh/themes/ramsi.zsh-theme b/zsh/themes/ramsi.zsh-theme index 772777f..8964a07 100644 --- a/zsh/themes/ramsi.zsh-theme +++ b/zsh/themes/ramsi.zsh-theme @@ -1,6 +1,5 @@ [[ $(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%}'