From e1d8ca1d70053e44c3e4950ceafe3f07e6e67d0d Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 29 Jul 2004 11:45:53 +0000 Subject: 20208: ternary path codes in prompt treat / as zero elements --- Doc/Zsh/prompt.yo | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Doc') diff --git a/Doc/Zsh/prompt.yo b/Doc/Zsh/prompt.yo index cb4609240..2745abb1d 100644 --- a/Doc/Zsh/prompt.yo +++ b/Doc/Zsh/prompt.yo @@ -217,11 +217,13 @@ sitem(tt(#))(True if the effective uid of the current process is var(n).) sitem(tt(?))(True if the exit status of the last command was var(n).) sitem(tt(_))(True if at least var(n) shell constructs were started.) sxitem(tt(C)) -sitem(tt(/))(True if the current absolute path has at least var(n) elements.) +sitem(tt(/))(True if the current absolute path has at least var(n) elements +relative to the root directory, hence tt(/) is counted as 0 elements.) sxitem(tt(c)) sxitem(tt(.)) sitem(tt(~))(True if the current path, with prefix replacement, has at -least var(n) elements.) +least var(n) elements relative to the root directory, hence tt(/) is +counted as 0 elements.) sitem(tt(D))(True if the month is equal to var(n) (January = 0).) sitem(tt(d))(True if the day of the month is equal to var(n).) sitem(tt(g))(True if the effective gid of the current process is var(n).) -- cgit 1.4.1