readme: re-organizing the segment list

pull/22/head
Ben Hilburn 9 years ago
parent 38b4d52e90
commit c30a13e467

@ -83,37 +83,52 @@ your `~/.zshrc`:
#### Available Prompt Segments #### Available Prompt Segments
The segments that are currently available are: The segments that are currently available are:
* [aws](#aws) - The current AWS profile, if active. **System Status Segments:**
* **aws_eb_env** - The current Elastic Beanstalk Environment.
* [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.
* [custom_command](#custom_command) - A custom command to display the output of.
* [dir](#dir) - Your current working directory. * [dir](#dir) - Your current working directory.
* **go_version** - Show the current GO version.
* **history** - The command number for the current line. * **history** - The command number for the current line.
* [ip](#ip) - Shows the current IP address. * [ip](#ip) - Shows the current IP address.
* **load** - Your machines 5 minute load average. * **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).
**Language Segments:**
* **go_version** - Show the current GO version.
* **Javascript / Node.js Segments:**
* **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
* **os_icon** - Display a nice little icon, depending on your operating system. * **PHP Segmenst:**
* **php_version** - Show the current PHP version. * **php_version** - Show the current PHP version.
* **ram** - Show free RAM * [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/).
* **Ruby Segments:**
* [chruby](#chruby) - Ruby environment information using `chruby` (if one is active).
* [rbenv](#rbenv) - Ruby environment information using `rbenv` (if one is active). * [rbenv](#rbenv) - Ruby environment information using `rbenv` (if one is active).
* [chruby](#chruby) - Ruby environment information using `chruby` (if one is active; also, see postmodern/chruby#245 for issue with auto switching of ruby).
* **root_indicator** - An indicator if the user is root.
* [rspec_stats](#rspec_stats) - Show a ratio of test classes vs code classes for RSpec. * [rspec_stats](#rspec_stats) - Show a ratio of test classes vs code classes for RSpec.
* **rust_version** - Display the current rust version. * **rust_version** - Display the current rust version.
* [status](#status) - The return code of the previous command.
* **swap** - Prints the current swap size. **Cloud Segments:**
* [symfony2_tests](#symfony2_tests) - Show a ratio of test classes vs code classes for Symfony2. * **AWS Segments:**
* **symfony2_version** - Show the current Symfony2 version, if you are in a Symfony2-Project dir. * [aws](#aws) - The current AWS profile, if active.
* [time](#time) - System time. * **aws_eb_env** - The current Elastic Beanstalk Environment.
**Other:**
* [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.
* [vi_mode](#vi_mode)- Vi editing mode (NORMAL|INSERT).
* **virtualenv** - Your Python [VirtualEnv](https://virtualenv.pypa.io/en/latest/).
* [vcs](#vcs) - Information about this `git` or `hg` repository (if you are in one).
##### aws ##### aws

Loading…
Cancel
Save