mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-29 06:13:20 +00:00
Add CHANGELOG entry
This commit is contained in:
parent
ed64cf5e34
commit
f1ece78b67
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ Interactive improvements
|
||||||
- ``funced`` won't include an entry on where a function is defined, thanks to the new ``functions --no-details`` option (:issue:`7879`).
|
- ``funced`` won't include an entry on where a function is defined, thanks to the new ``functions --no-details`` option (:issue:`7879`).
|
||||||
- The git prompt now has the same symbol order in normal and "informative" mode, and it's customizable via ``$__fish_git_prompt_status_order`` (:issue:`7926`).
|
- The git prompt now has the same symbol order in normal and "informative" mode, and it's customizable via ``$__fish_git_prompt_status_order`` (:issue:`7926`).
|
||||||
- The git prompt now shows staged state in non-informative mode even when not told to show "dirty" files.
|
- The git prompt now shows staged state in non-informative mode even when not told to show "dirty" files.
|
||||||
|
- Variable ``killring`` containing entries from killring is now available (:issue:`7445`).
|
||||||
|
|
||||||
New or improved bindings
|
New or improved bindings
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
Loading…
Reference in a new issue