mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +00:00
readme: testing code-as-link in MD code
This commit is contained in:
parent
c30a13e467
commit
4e28720021
1 changed files with 2 additions and 2 deletions
|
@ -84,7 +84,7 @@ your `~/.zshrc`:
|
||||||
The segments that are currently available are:
|
The segments that are currently available are:
|
||||||
|
|
||||||
**System Status Segments:**
|
**System Status Segments:**
|
||||||
* [background_jobs](#background_jobs) - Indicator for background jobs.
|
* [`background_jobs`](#background_jobs) - Indicator for background jobs.
|
||||||
* [battery](#battery) - Current battery status.
|
* [battery](#battery) - Current battery status.
|
||||||
* [context](#context) - Your username and host.
|
* [context](#context) - Your username and host.
|
||||||
* [dir](#dir) - Your current working directory.
|
* [dir](#dir) - Your current working directory.
|
||||||
|
@ -108,7 +108,7 @@ The segments that are currently available are:
|
||||||
* **node_version** - Show the version number of the installed Node.js.
|
* **node_version** - Show the version number of the installed Node.js.
|
||||||
* **nodeenv** - [nodeenv](https://github.com/ekalinin/nodeenv) prompt for displaying node version and environment name.
|
* **nodeenv** - [nodeenv](https://github.com/ekalinin/nodeenv) prompt for displaying node version and environment name.
|
||||||
* **nvm** - Show the version of Node that is currently active, if it differs from the version used by NVM
|
* **nvm** - Show the version of Node that is currently active, if it differs from the version used by NVM
|
||||||
* **PHP Segmenst:**
|
* **PHP Segments:**
|
||||||
* **php_version** - Show the current PHP version.
|
* **php_version** - Show the current PHP version.
|
||||||
* [symfony2_tests](#symfony2_tests) - Show a ratio of test classes vs code classes for Symfony2.
|
* [symfony2_tests](#symfony2_tests) - Show a ratio of test classes vs code classes for Symfony2.
|
||||||
* **symfony2_version** - Show the current Symfony2 version, if you are in a Symfony2-Project dir.
|
* **symfony2_version** - Show the current Symfony2 version, if you are in a Symfony2-Project dir.
|
||||||
|
|
Loading…
Reference in a new issue