mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2026-08-24 10:14:12 -05:00
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>
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.