diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2017-02-14 06:07:23 +0300 |
---|---|---|
committer | Ben Hilburn <bhilburn@gmail.com> | 2017-02-14 06:07:23 +0300 |
commit | 3de352b29627e39dc58ffa5b834e0e23531d95dc (patch) | |
tree | 561691120a4a7f7fcd1d682ce83964cf0d9be6ec /README.md | |
parent | f68e055f3bf0403cb4c4a9b3b79adb8471fe3872 (diff) |
Adding `ssh` segment back with some minor changes.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -102,7 +102,7 @@ The segments that are currently available are: * `swap` - Prints the current swap size. * [`time`](#time) - System time. * [`vi_mode`](#vi_mode)- Your prompt's Vi editing mode (NORMAL|INSERT). -* `SSH` - Additional Identifier for SSH Sessions. +* `ssh` - Indicates whether or not you are in an SSH session. **Development Environment Segments:** * [`vcs`](#vcs) - Information about this `git` or `hg` repository (if you are in one). |