diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2016-01-08 00:51:36 +0300 |
---|---|---|
committer | Ben Hilburn <bhilburn@gmail.com> | 2016-01-08 00:51:36 +0300 |
commit | 642205a1a6244069c4b3165b7bc8cf032354e681 (patch) | |
tree | cb7155624fef79b9e5b36fe8713f70c8ede2c14b | |
parent | 52f221cb31f27e0006c33549ce0d1e336cb933d1 (diff) | |
parent | c8ce2264982018a9f576d416c997424b5c330c71 (diff) |
Merge pull request #177 from dritter/folder_icon_explanation
Added an explanation for the "home" and "folder" icons.
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -206,6 +206,17 @@ In each case you have to specify the length you want to shorten the directory to. So in some cases `POWERLEVEL9K_SHORTEN_DIR_LENGTH` means characters, in others whole directories. + +| `Compatible` | `Powerline` | `Awesome Powerline` | Situation +|------------|-----------|-------------------|---------------------------- +| None | None | ![home icon](https://cloud.githubusercontent.com/assets/1544760/12183451/40ec4016-b58f-11e5-9b9e-74e2b2f0b8b3.png) | Within Home folder | +| None | None | ![folder icon](https://cloud.githubusercontent.com/assets/1544760/12183452/40f79286-b58f-11e5-9b8c-ed1343a07b08.png) | Outside of home folder | + +To turn off these icons you could set these variables to an empty string. + + POWERLEVEL9K_HOME_ICON='' + POWERLEVEL9K_FOLDER_ICON='' + ##### ip This segment shows you your current internal IP address. It tries to examine |