From 1ec2919ff5aa366695ace6ed00646c452b9b83b3 Mon Sep 17 00:00:00 2001 From: Dominik Ritter Date: Wed, 6 Jan 2016 19:09:05 +0100 Subject: [PATCH 1/2] Added an explanation for the "home" and "folder" icons. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index e39722b2..c402afad 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,16 @@ 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. +You can even show icons if your are within your homefolder or outside of it +by setting: + + # Greek "alpha" sign + POWERLEVEL9K_HOME_ICON='\u03B1' + # Greek capital "omega" sign + POWERLEVEL9K_FOLDER_ICON='\u03A9' + +To turn off these icons you could set these variables to an empty string. + ##### ip This segment shows you your current internal IP address. It tries to examine From c8ce2264982018a9f576d416c997424b5c330c71 Mon Sep 17 00:00:00 2001 From: Dominik Ritter Date: Thu, 7 Jan 2016 22:49:18 +0100 Subject: [PATCH 2/2] Clearer explanation for the home and folder icons. --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c402afad..9a5f7b12 100644 --- a/README.md +++ b/README.md @@ -206,16 +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. -You can even show icons if your are within your homefolder or outside of it -by setting: - # Greek "alpha" sign - POWERLEVEL9K_HOME_ICON='\u03B1' - # Greek capital "omega" sign - POWERLEVEL9K_FOLDER_ICON='\u03A9' +| `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