zsh-users
 help / color / mirror / code / Atom feed
* man zsh output wanted
@ 1997-04-24 14:46 Tom Kirkpatrick
  1997-04-24 15:03 ` Zefram
  0 siblings, 1 reply; 2+ messages in thread
From: Tom Kirkpatrick @ 1997-04-24 14:46 UTC (permalink / raw)
  To: zsh-users

My system doesn't have the online manual for zsh, so i wonder if
anyone could send me the output of man zsh ?

Also i'm having trouble with the prompt_command thing...
I tried defining $precmd

precmd=~/scripts/m

It didn't work, i'm sure there's an easy answer, i just can't think of it
right now.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: man zsh output wanted
  1997-04-24 14:46 man zsh output wanted Tom Kirkpatrick
@ 1997-04-24 15:03 ` Zefram
  0 siblings, 0 replies; 2+ messages in thread
From: Zefram @ 1997-04-24 15:03 UTC (permalink / raw)
  To: tomk; +Cc: zsh-users

Tom Kirkpatrick wrote:
>Also i'm having trouble with the prompt_command thing...
>I tried defining $precmd
>
>precmd=~/scripts/m

You want to create a *function* called precmd, not a parameter:

function precmd {
  ~/scripts/m
}

-zefram


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1997-04-24 15:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-04-24 14:46 man zsh output wanted Tom Kirkpatrick
1997-04-24 15:03 ` Zefram

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).