oh-my-posh/docs
Brandon Ewing b3b5267605 feat(python): support pyenv .python-version files
Pyenv will use .python-version files up the file heirarchy when
determining the active Python version or virtual environment to use
based on which folder your shell is in.  This change will read the file,
and if the first line does not look like a Python version, set the Venv
to that string for display.

This feature is gated behind the `use_python_version_file` Property
2022-04-19 22:45:21 +02:00
..
api chore: bump follow-redirects from 1.14.7 to 1.14.8 in /docs/api 2022-02-15 19:32:41 +01:00
blog docs: idiot blog post 2022-03-28 19:39:06 +02:00
docs feat(python): support pyenv .python-version files 2022-04-19 22:45:21 +02:00
plugins/appinsights docs: add analytics 2021-09-27 20:49:04 +02:00
src docs: add blog 2022-03-20 21:26:54 +01:00
static docs: what's new #2 2022-03-27 19:37:59 +02:00
.gitignore feat: add docs 2020-10-05 17:19:05 +02:00
docusaurus.config.js docs: add blog 2022-03-20 21:26:54 +01:00
export_themes.js refactor(cli): migrate to cobra 2022-03-12 23:05:57 +01:00
package-lock.json chore(deps): bump async from 2.6.3 to 2.6.4 in /docs 2022-04-16 21:32:47 +02:00
package.json docs: update dependencies 2022-03-29 20:47:45 +02:00
README.md feat: add docs 2020-10-05 17:19:05 +02:00
sidebars.js docs: debug prompt 2022-03-27 10:09:20 +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.