diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2017-02-01 01:57:59 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2017-02-01 01:57:59 +0300 |
commit | 052eba9c74b2153dbd70eb4ba829f258a596baf2 (patch) | |
tree | 481a27b0a8b8bc2f53dc68acfee7a98dea86cdd6 /README.md | |
parent | 6927b0ca94157e2fb9dcd3b12766b4e913d0e44e (diff) |
Rename `dir_permissions` segment to `dir_writable`
Additionally:
- Add changelog entry
- Add documentation
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -89,6 +89,7 @@ The segments that are currently available are: * [`battery`](#battery) - Current battery status. * [`context`](#context) - Your username and host. * [`dir`](#dir) - Your current working directory. +* `dir_writable` - Displays a lock icon, if you do not have write permissions on the current folder. * [`disk_usage`](#disk_usage) - Disk usage of your current partition. * `history` - The command number for the current line. * [`ip`](#ip) - Shows the current IP address. |