mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
Merge pull request #197 from dritter/changelog_additions
Changelog entries added for 'HOME_SUBFOLDER' state of the `dir` segment.
This commit is contained in:
commit
24e7ee75fe
1 changed files with 11 additions and 0 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,3 +1,14 @@
|
|||
## v0.3.1
|
||||
|
||||
### `dir` changes
|
||||
|
||||
A new state `HOME_SUBFOLDER` was added. So if you want to overwrite
|
||||
colors for this segment, also set this variables:
|
||||
```zsh
|
||||
POWERLEVEL9K_DIR_HOME_SUBFOLDER_BACKGROUND='black'
|
||||
POWERLEVEL9K_DIR_HOME_SUBFOLDER_FOREGROUND='white'
|
||||
```
|
||||
|
||||
## v0.3.0
|
||||
|
||||
### Introduced "visual identifiers" to the segments
|
||||
|
|
Loading…
Reference in a new issue