mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-28 04:19:41 -08:00
3e23bd30dd
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/) |
||
---|---|---|
.. | ||
api | ||
blog | ||
docs | ||
plugins/appinsights | ||
src | ||
static | ||
.gitignore | ||
docusaurus.config.js | ||
export_themes.js | ||
package-lock.json | ||
package.json | ||
README.md | ||
sidebars.js | ||
staticwebapp.config.json |
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.