]> git.donarmstrong.com Git - zsh.git/blobdiff - .zsh/zshrc/80_prompt
setopt longlistjobs
[zsh.git] / .zsh / zshrc / 80_prompt
index d687dd6086888cc006742acd60887683a1873171..5ddbe823dfe7f8c14625ffae85f17cf54e30f6a6 100644 (file)
@@ -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