X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/532c67f83056642386a5847e6bd71a01d779e072..b55d69396b587288c7e654035190d9e62fa70b71:/zsh/custom/ramsi.zsh-theme diff --git a/zsh/custom/ramsi.zsh-theme b/zsh/custom/ramsi.zsh-theme deleted file mode 100644 index 857349f..0000000 --- a/zsh/custom/ramsi.zsh-theme +++ /dev/null @@ -1,4 +0,0 @@ -[[ $(hostname) == "tardis" ]] && hostcolor=red -[[ $(hostname) == "shada" ]] && hostcolor=green -PROMPT="%(?..%{$fg_bold[white]%}[%?])%{$reset_color%}[%D{%k:%M} %n@%{$fg[$hostcolor]%}%m%{$reset_color%}]%# " -RPROMPT="%{$fg[green]%}%~%{$reset_color%}"