oh-my-posh/website
sheldonhull 3e23bd30dd docs: improve zsh example with correct initialization
For zsh, eval isn't the correct way to reload.
Changed to `exec zsh`, which could also be `exec zsh -l` for login shell.

This is helpful when reloading to avoid scope and other issues. See for example a brief write-up [reload-zsh-configuration](https://batsov.com/articles/2022/09/15/reload-zsh-configuration/)
2022-10-18 19:52:01 +02:00
..
api
blog docs: tweak tips, cautions and warnings 2022-08-10 13:21:00 +02:00
docs docs: improve zsh example with correct initialization 2022-10-18 19:52:01 +02:00
plugins/appinsights
src docs(info): correct classes 2022-09-23 21:19:47 +02:00
static
.gitignore
docusaurus.config.js
export_themes.js theme: add catppucin 2022-10-05 16:00:07 +02:00
package-lock.json docs: update dependencies 2022-10-07 16:35:57 +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(connection): new segment 2022-10-05 16:16:17 +02:00
staticwebapp.config.json chore(docs): update runtime to node16 2022-10-07 16:35:57 +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.