X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/46d7c472e0d6426a5ccb23fd56dbfa06944515d7..3575cadcd195bb7c4562d0e1fc1c56be0a25a1a6:/zsh/themes/ramsi.zsh-theme?ds=sidebyside 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%}'