oh-my-posh/website
Jan De Dobbeleer 56ae9e6fda feat(az): parse pwsh context from module output
this fixes an issue where using multiple powershell sessions with a
different Azure context would display the same context everywhere when
using Set-AzContext to switch between them

BREAKING CHANGE: this requires adding `$env:POSH_AZURE_ENABLED = $true`
to your PowerShell profile if you want to get the correct context
displayed in your prompt for Azure powershell
2022-09-26 08:23:03 +02:00
..
api docs(api): use correct parameters for withings auth 2022-07-12 20:53:09 +02:00
blog docs: tweak tips, cautions and warnings 2022-08-10 13:21:00 +02:00
docs feat(az): parse pwsh context from module output 2022-09-26 08:23:03 +02:00
plugins/appinsights refactor: rename docs -> website 2022-05-13 08:19:35 +02:00
src docs(info): correct classes 2022-09-23 21:19:47 +02:00
static feat: withings segment 2022-07-20 07:40:51 +02:00
.gitignore refactor: rename docs -> website 2022-05-13 08:19:35 +02:00
docusaurus.config.js docs: adjust fonts for readability 2022-07-27 13:25:53 +02:00
export_themes.js feat(theme): add quick-term theme 2022-09-14 08:44:07 +02:00
package-lock.json chore(web): update dependencies 2022-09-14 08:49:42 +02:00
package.json chore(web): update dependencies 2022-09-14 08:49:42 +02:00
README.md refactor: rename docs -> website 2022-05-13 08:19:35 +02:00
sidebars.js feat: deno segment 2022-09-18 09:50:09 +02:00

Website

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

Installation

$ yarn install

Local Development

$ yarn 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.