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 /README.md | |
parent | c6f8e1023328424f67fe4cb559f799b6eff0e9a2 (diff) | |
parent | 052eba9c74b2153dbd70eb4ba829f258a596baf2 (diff) |
Merge pull request #395 from dritter/benoits_dir_writable_segment
Benoits dir writable segment
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. |