zsh-users
 help / color / mirror / code / Atom feed
From: Dan Nelson <dnelson@allantgroup.com>
To: "Timothy J. Luoma" <luomat@peak.org>
Cc: zsh-users@sunsite.dk
Subject: Re: zsh prompt not updating until first 'chdir'
Date: Sat, 1 May 2004 18:32:15 -0500	[thread overview]
Message-ID: <20040501233214.GD10166@dan.emsphone.com> (raw)
In-Reply-To: <opr7bvrajhb19zj4@localhost>

In the last episode (May 01), Timothy J. Luoma said:
> Just back on the list after a long absence (exiled to Windows for a
> few years, just bought a Mac).

There is a very nice cygwin port of zsh :)

> I'm very rusty on my ZSH skills, and hope someone can help.  I have a
> $PROMPT setup in .zshenv
> 
> setprompt () { PROMPT="
> 
> ---------------------------------%t/%T ---------------------------------
> %S[OLDPWD: $OLDPWD]
>      [PWD: %~]%s
> $SHORT_HOST> "
> }

Why not just set PROMPT to  

"
---------------------------------%t/%T ---------------------------------
%S[OLDPWD: $dirstack[1]]
     [PWD: %~]%s
$SHORT_HOST> "

in your .zshrc directly, setopt prompt_subst, and forget about
resetting it every time you cd?

-- 
	Dan Nelson
	dnelson@allantgroup.com


  parent reply	other threads:[~2004-05-01 23:33 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-01 14:53 Timothy J. Luoma
2004-05-01 16:14 ` Maurice
2004-05-01 17:52 ` Bart Schaefer
2004-05-03  1:30   ` Timothy J. Luoma
2004-05-01 23:32 ` Dan Nelson [this message]
2004-05-03  0:41   ` Timothy Luoma
2004-05-03  6:55     ` Oliver Kiddle

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040501233214.GD10166@dan.emsphone.com \
    --to=dnelson@allantgroup.com \
    --cc=luomat@peak.org \
    --cc=zsh-users@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).