diff options
author | Richard Tippl <richard.tippl@gmail.com> | 2017-08-10 20:08:33 +0300 |
---|---|---|
committer | Richard Tippl <richard.tippl@gmail.com> | 2017-08-10 20:08:33 +0300 |
commit | cefe984e3d1a932a4351b211183f3ae1a60e4842 (patch) | |
tree | 6f1268a810c0d71a5ae1c2785a2bdb39ac00470d /README.md | |
parent | c4a1d91118abe95f4f5ce0580ffe58b452affefa (diff) |
Documented DIR_SHOW_WRITABLE in README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -402,6 +402,8 @@ You can also customize the leading tilde character when you are in `$HOME` using # Double quotes are important here! POWERLEVEL9K_HOME_FOLDER_ABBREVIATION="%F{red} $(print_icon 'HOME_ICON') %F{black}" ``` +If you want to see, when you do not have write permissions on the current folder, you can set `POWERLEVEL9K_DIR_SHOW_WRITABLE=true`. +This will set the `dir` segment to a `NOT_WRITABLE` state when current folder is not writable, allowing you to customize the `dir` segment [colors](https://github.com/bhilburn/powerlevel9k/wiki/Stylizing-Your-Prompt#segment-color-customization). ##### disk_usage |