X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/76ccdb3239d6e8dc6ec34dfe11ba4fc21cac3882..ba5bd95983d7b78f798c44022dfafac797b89228:/.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