diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2017-02-11 18:22:49 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-11 18:22:49 +0300 |
commit | 1de14df11fb3bf67958555b921f8323cda0d3d03 (patch) | |
tree | 44a9cb7f138ce42e7a721be741c798c404abae04 /CHANGELOG.md | |
parent | c6f8e1023328424f67fe4cb559f799b6eff0e9a2 (diff) | |
parent | 052eba9c74b2153dbd70eb4ba829f258a596baf2 (diff) |
Merge pull request #395 from dritter/benoits_dir_writable_segment
Benoits dir writable segment
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index defc1dd0..5db1f6e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,10 @@ Added an option to configure the path separator. If you want something else than an ordinary slash, you could set `POWERLEVEL9K_DIR_PATH_SEPARATOR` to whatever you want. +### New segment 'dir_writable' added + +This segment displays a lock icon if your user has no write permissions in the current folder. + ### New segment 'disk_usage' added This segment will show the usage level of your current partition. |