mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Add export PATH
entry to changlog.
This commit is contained in:
parent
f38646593c
commit
d93e57a3f9
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
# fish 2.6.0 (released ???)
|
# fish 2.6.0 (released ???)
|
||||||
|
|
||||||
|
- The `export` command now supports colon-separated `PATH`, `CDPATH` and `MANPATH`.
|
||||||
- The `read` command now has a default limit of 10 MiB. If a line is longer than that it will fail with $status set to 122 and the var will be empty. You can set a different limit by setting the FISH_READ_BYTE_LIMIT variable.
|
- The `read` command now has a default limit of 10 MiB. If a line is longer than that it will fail with $status set to 122 and the var will be empty. You can set a different limit by setting the FISH_READ_BYTE_LIMIT variable.
|
||||||
- The \cl binding no longer deletes the scrollback buffer with ncurses >= 6.0 (#2855).
|
- The \cl binding no longer deletes the scrollback buffer with ncurses >= 6.0 (#2855).
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue