Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Duplicating TRANSIENT_RPROMPT for left PROPMT?
On Oct 30, 1:01pm, Jesse Hathaway wrote:
}
} > Are you sure you got this part?
} >
} > zle -N zle-line-init zle-keymap-select
}
} Yes I put your snippet as the entirety of my zsh config.
What's the output of
zle -l -L
?? You should get
zle -N zle-keymap-select
zle -N zle-line-finish
zle -N zle-line-init zle-keymap-select
} > Are you missing the POSTDISPLAY only on shell startup, or every time
} > the first prompt is printed for a new command after the previous one
} > finishes?
}
} The latter, both on startup and then on every new command.
Well, that certainly makes it sound as if zle-line-init is not being run,
or has a different function body.
See what the zle -l output tells you, and if that doesn't help, try
starting up the shell with the -x option.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author