mirror of
https://github.com/b-ryan/powerline-shell.git
synced 2026-09-10 07:26:28 -04:00
0.5.0 is upcoming
This commit is contained in:
parent
755ba297aa
commit
a209e6b12d
|
|
@ -1,11 +1,14 @@
|
|||
# Changes
|
||||
|
||||
Unreleased
|
||||
Unreleased (version 0.5.0)
|
||||
|
||||
* Patch environment for VCS subprocesses rather than generating a new one
|
||||
* Fix `cwd` segment so it respects `max_depth` configuration
|
||||
* Fix Ruby segment for Python 3 compatibility
|
||||
([@Blue-Dog-Archolite](https://github.com/b-ryan/powerline-shell/pull/366))
|
||||
* Configuration is now expected to be at
|
||||
`~/.config/powerline-shell/config.json` ([@emansije and
|
||||
@kc9jud](https://github.com/b-ryan/powerline-shell/pull/334))
|
||||
|
||||
2018-02-19 (version 0.4.9)
|
||||
|
||||
|
|
|
|||
|
|
@ -153,8 +153,8 @@ alias precmd 'set prompt="`powerline-shell --shell tcsh $?`"'
|
|||
### Config File
|
||||
|
||||
Powerline-shell is customizable through the use of a config file. This file is
|
||||
expected to be located at `~/.powerline-shell.json`. You can generate the
|
||||
default config at this location using:
|
||||
expected to be located at `~/.config/powerline-shell/config.json`. You can
|
||||
generate the default config at this location using:
|
||||
|
||||
```
|
||||
powerline-shell --generate-config > ~/.powerline-shell.json
|
||||
|
|
|
|||
Loading…
Reference in a new issue