diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2016-01-06 21:09:05 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2016-01-06 21:16:42 +0300 |
commit | 1ec2919ff5aa366695ace6ed00646c452b9b83b3 (patch) | |
tree | 3c0fd0df2e4f8175416cff18af14f1cb5c8e8a87 /README.md | |
parent | bb7fca653b522708eb2bb68e18f1e1d5e68d242f (diff) |
Added an explanation for the "home" and "folder" icons.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |