Make home abbreviation configurable for dir prompt

This commit is contained in:
Julien Falque 2017-03-31 08:13:11 +02:00
commit 708705599d
No known key found for this signature in database
GPG key ID: 6B13BB4B40DBD0E9
2 changed files with 11 additions and 0 deletions

View file

@ -343,6 +343,12 @@ POWERLEVEL9K_DIR_PATH_SEPARATOR="%F{red} $(print_icon 'LEFT_SUBSEGMENT_SEPARATOR
To omit the first character (usually a slash that gets replaced if you set `POWERLEVEL9K_DIR_PATH_SEPARATOR`),
you could set `POWERLEVEL9K_DIR_OMIT_FIRST_CHARACTER=true`.
You can also customize the leading tilde character when you are in `$HOME` using:
```zsh
# Double quotes are important here!
POWERLEVEL9K_HOME_FOLDER_ABBREVIATION="%F{red} $(print_icon 'HOME_ICON') %F{black}"
```
##### disk_usage