From b305b1ccd2d57bdc6ab45a4a62c182d2c798e668 Mon Sep 17 00:00:00 2001 From: Ben Hilburn Date: Sat, 5 Mar 2016 16:07:03 -0500 Subject: [PATCH] readme: code-as-links transition in segment list --- README.md | 60 +++++++++++++++++++++++++++---------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index 2ca20513..991dbd14 100644 --- a/README.md +++ b/README.md @@ -85,50 +85,50 @@ The segments that are currently available are: **System Status Segments:** * [`background_jobs`](#background_jobs) - Indicator for background jobs. -* [battery](#battery) - Current battery status. -* [context](#context) - Your username and host. -* [dir](#dir) - Your current working directory. -* **history** - The command number for the current line. -* [ip](#ip) - Shows the current IP address. -* **load** - Your machine's load averages. -* **os_icon** - Display a nice little icon, depending on your operating system. -* **ram** - Show free RAM. -* **root_indicator** - An indicator if the user has superuser status. -* [status](#status) - The return code of the previous command. -* **swap** - Prints the current swap size. -* [time](#time) - System time. -* [vi_mode](#vi_mode)- Your prompt's Vi editing mode (NORMAL|INSERT). +* [`battery`](#battery) - Current battery status. +* [`context`](#context) - Your username and host. +* [`dir`](#dir) - Your current working directory. +* `history` - The command number for the current line. +* [`ip`](#ip) - Shows the current IP address. +* `load` - Your machine's load averages. +* `os_icon` - Display a nice little icon, depending on your operating system. +* `ram` - Show free RAM. +* `root_indicator` - An indicator if the user has superuser status. +* [`status`](#status) - The return code of the previous command. +* `swap` - Prints the current swap size. +* [`time`](#time) - System time. +* [`vi_mode`](#vi_mode)- Your prompt's Vi editing mode (NORMAL|INSERT). **Development Environment Segments:** -* [vcs](#vcs) - Information about this `git` or `hg` repository (if you are in one). +* [`vcs`](#vcs) - Information about this `git` or `hg` repository (if you are in one). **Language Segments:** -* **go_version** - Show the current GO version. +* `go_version` - Show the current GO version. * **Javascript / Node.js Segments:** - * **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. - * **nvm** - Show the version of Node that is currently active, if it differs from the version used by NVM + * `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. + * `nvm` - Show the version of Node that is currently active, if it differs from the version used by NVM * **PHP Segments:** - * **php_version** - Show the current PHP version. - * [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. + * `php_version` - Show the current PHP version. + * [`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. * **Python Segments:** - * **virtualenv** - Your Python [VirtualEnv](https://virtualenv.pypa.io/en/latest/). + * `virtualenv` - Your Python [VirtualEnv](https://virtualenv.pypa.io/en/latest/). * **Ruby Segments:** - * [chruby](#chruby) - Ruby environment information using `chruby` (if one is active). - * [rbenv](#rbenv) - Ruby environment information using `rbenv` (if one is active). - * [rspec_stats](#rspec_stats) - Show a ratio of test classes vs code classes for RSpec. -* **rust_version** - Display the current rust version. + * [`chruby`](#chruby) - Ruby environment information using `chruby` (if one is active). + * [`rbenv`](#rbenv) - Ruby environment information using `rbenv` (if one is active). + * [`rspec_stats`](#rspec_stats) - Show a ratio of test classes vs code classes for RSpec. +* `rust_version` - Display the current rust version. **Cloud Segments:** * **AWS Segments:** - * [aws](#aws) - The current AWS profile, if active. - * **aws_eb_env** - The current Elastic Beanstalk Environment. + * [`aws`](#aws) - The current AWS profile, if active. + * `aws_eb_env` - The current Elastic Beanstalk Environment. **Other:** -* [custom_command](#custom_command) - Create a custom segment to display the +* [`custom_command`](#custom_command) - Create a custom segment to display the output of an arbitrary command. -* [todo](http://todotxt.com/) - Shows the number of tasks in your todo.txt tasks file. +* [`todo`](http://todotxt.com/) - Shows the number of tasks in your todo.txt tasks file. ##### aws