Files
oh-my-posh/website
4813f30942 feat(config): support templates in cursor_style
Renders cursor_style through the trusted template engine before
emitting the DECSCUSR sequence, mirroring the existing pwd and
console_title_template config options. This lets the cursor shape
vary per render, e.g. by branching on .Env.POSH_VI_MODE (set by the
vimode segment's shell hooks) to change shape between vi modes,
without introducing a dedicated config field.

Closes #7767

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
2026-08-05 07:59:36 +02:00
..

Website

This website is built using Docusaurus, a modern static website generator.

Installation

npm install

Local Development

npm run start

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.