diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2015-08-02 01:08:47 +0300 |
---|---|---|
committer | Ben Hilburn <bhilburn@gmail.com> | 2015-08-02 01:08:47 +0300 |
commit | c044ae78a5776359717014298b31fa82d1591bf7 (patch) | |
tree | a193b46d4a2eafbf28693951d92535baa5311550 /README.md | |
parent | 4e2b1137d4ad3a83664b4b24bc11936d65a6a744 (diff) | |
parent | 831ab36b855dc1bcac49a80630b3da6c438b2387 (diff) |
Merge OS detection & segment into `next`
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -233,6 +233,7 @@ currently available are: * **dir** - Your current working directory. * **history** - The command number for the current line. * **node_version** - Show the version number of the installed Node.js. +* **os_icon** - Display a nice little icon, depending on your operating system. * **rbenv** - Ruby environment information (if one is active). * **rspec_stats** - Show a ratio of test classes vs code classes for RSpec. * **status** - The return code of the previous command, and status of background jobs. |