X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/e7aef48f33e934106d1a50201d9f098f9886d7ec..e00e7f7a1886640cc18d114a48a1ddf75cebdfa4:/.zsh/zshrc/80_prompt 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