diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2016-01-16 05:50:36 +0300 |
---|---|---|
committer | Ben Hilburn <bhilburn@gmail.com> | 2016-01-16 05:50:36 +0300 |
commit | 4d25fd5dc38f80895814118323842d15025f3ae6 (patch) | |
tree | 57420ed26f890bd8ee15543c26dde3bfb10b9ad2 /README.md | |
parent | 94419f54a575944075a979f84dbfc981eae8a08a (diff) | |
parent | cf921fb90c8d239f57391cf6ae459c3d6b6420bf (diff) |
Merge pull request #192 from Kayant/next
Add sub folder icon when in home subdirectories
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -210,11 +210,13 @@ 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 | ![home sub_icon](https://cloud.githubusercontent.com/assets/1544760/12369315/8a5d762c-bbf5-11e5-8a20-ca1179f48d6c.png) | Within Home sub 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_HOME_SUB_ICON='' POWERLEVEL9K_FOLDER_ICON='' ##### ip |