X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.zsh%2Fzshrc%2F80_prompt;h=5ddbe823dfe7f8c14625ffae85f17cf54e30f6a6;hb=c551d987043662d8b7fbcdce42b12bac468f08bb;hp=d687dd6086888cc006742acd60887683a1873171;hpb=e7aef48f33e934106d1a50201d9f098f9886d7ec;p=zsh.git diff --git a/.zsh/zshrc/80_prompt b/.zsh/zshrc/80_prompt index d687dd6..5ddbe82 100644 --- a/.zsh/zshrc/80_prompt +++ b/.zsh/zshrc/80_prompt @@ -11,7 +11,7 @@ if [ "${PS1:-}" = '%m%# ' ]; then local _MIDDLE="%1v%(2v.|%B%2v%b|.)%(3v.%3v.)" if is_root; then - _MIDDLE="%25<..<%~%<<" + _MIDDLE="%25<…<%~%<<" local _PS1_HL=U fi