X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/e7aef48f33e934106d1a50201d9f098f9886d7ec..1824e0507f2f636d27e03865fff96820c1b93192:/.zsh/zshrc/80_prompt?ds=sidebyside

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