mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-29 20:10:56 -08:00
cca3e053ad
In order to speed up version checking for the elixir segment, this change makes it so that we first ask asdf for the elixir version, which is much faster. If asdf is not installed or configured, the previous behavior of running `elixir --version` will be used. This also makes a minor fix to the elixir documentation, replacing 'flutter' with 'elixir'. |
||
---|---|---|
.. | ||
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
$ 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.