dot/zshrc: Fix path ellipsization in the prompt.
[profile] / dot / zshrc
index f6b205a..bf32bf9 100644 (file)
--- a/dot/zshrc
+++ b/dot/zshrc
@@ -17,7 +17,7 @@ __mdw_set_prompt_hacks () {
       gitcolour=%F{cyan} rccolour=%F{red} uncolour=%f
       ;;
   esac
-  host=%m dir=" %(6~!%-1~/.../%5~!%~)"
+  host=%m dir=" %(6~!%-1~/.../%4~!%~)"
   more=%F{green}%_%f
 }