Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: man zsh output wanted



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



Messages sorted by: Reverse Date, Date, Thread, Author