mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-22 20:30:07 +00:00
Merge branch 'master' into next
This commit is contained in:
commit
126b991b94
2 changed files with 27 additions and 3 deletions
21
CHANGELOG.md
21
CHANGELOG.md
|
@ -6,6 +6,22 @@ Added an option to configure the path separator. If you want something
|
||||||
else than an ordinary slash, you could set
|
else than an ordinary slash, you could set
|
||||||
`POWERLEVEL9K_DIR_PATH_SEPARATOR` to whatever you want.
|
`POWERLEVEL9K_DIR_PATH_SEPARATOR` to whatever you want.
|
||||||
|
|
||||||
|
## v0.5.0
|
||||||
|
|
||||||
|
### `load` and `ram` changes
|
||||||
|
|
||||||
|
These two segments now support BSD.
|
||||||
|
|
||||||
|
### `vcs` changes
|
||||||
|
|
||||||
|
- We implemented a huge speed improvement for this segment.
|
||||||
|
- Now this segment supports Subversion repositories.
|
||||||
|
- Add ability to hide tags by setting `POWERLEVEL9K_VCS_HIDE_TAGS` to true.
|
||||||
|
|
||||||
|
## `anaconda` changes
|
||||||
|
|
||||||
|
Speed improvements for `anaconda` segment.
|
||||||
|
|
||||||
## v0.4.0
|
## v0.4.0
|
||||||
|
|
||||||
### Development changes
|
### Development changes
|
||||||
|
@ -85,6 +101,11 @@ Added new `docker_machine` segment that will show your Docker machine.
|
||||||
A new segment `anaconda` was added that shows the current used
|
A new segment `anaconda` was added that shows the current used
|
||||||
anaconda environment.
|
anaconda environment.
|
||||||
|
|
||||||
|
## New segment `pyenv` added
|
||||||
|
|
||||||
|
This segment shows your active python version as reported by `pyenv`.
|
||||||
|
|
||||||
|
|
||||||
## v0.3.2
|
## v0.3.2
|
||||||
|
|
||||||
### `vcs` changes
|
### `vcs` changes
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
## powerlevel9k Theme for ZSH
|
![](https://raw.githubusercontent.com/bhilburn/powerlevel9k-logo/master/logo-banner.png)
|
||||||
|
---
|
||||||
[![Build Status](https://travis-ci.org/bhilburn/powerlevel9k.svg?branch=next)](https://travis-ci.org/bhilburn/powerlevel9k)
|
[![Build Status](https://travis-ci.org/bhilburn/powerlevel9k.svg?branch=next)](https://travis-ci.org/bhilburn/powerlevel9k)
|
||||||
[![Join the chat at https://gitter.im/bhilburn/powerlevel9k](https://badges.gitter.im/bhilburn/powerlevel9k.svg)](https://gitter.im/bhilburn/powerlevel9k?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
[![Join the chat at https://gitter.im/bhilburn/powerlevel9k](https://badges.gitter.im/bhilburn/powerlevel9k.svg)](https://gitter.im/bhilburn/powerlevel9k?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||||
|
|
||||||
|
@ -454,4 +454,7 @@ portion of the wiki to get going.
|
||||||
information!](https://github.com/bhilburn/powerlevel9k/wiki)
|
information!](https://github.com/bhilburn/powerlevel9k/wiki)
|
||||||
|
|
||||||
### License
|
### License
|
||||||
MIT
|
|
||||||
|
Project: MIT
|
||||||
|
|
||||||
|
Logo: CC-BY-SA. Source repository: https://github.com/bhilburn/powerlevel9k-logo
|
||||||
|
|
Loading…
Reference in a new issue