mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-25 20:33:08 +00:00
Changelog $USER changes
This commit is contained in:
parent
3fa5d6c794
commit
9e2776af0e
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
||||||
- Command substitutions now have access to the terminal, allowing tools like `fzf` to work in them (#1362, #3922).
|
- Command substitutions now have access to the terminal, allowing tools like `fzf` to work in them (#1362, #3922).
|
||||||
- `bg`s argument parsing has been reworked. It now fails for invalid arguments but allows non-existent jobs (#3909).
|
- `bg`s argument parsing has been reworked. It now fails for invalid arguments but allows non-existent jobs (#3909).
|
||||||
- `read` now supports the `--silent` flag to hide the characters typed (#838).
|
- `read` now supports the `--silent` flag to hide the characters typed (#838).
|
||||||
|
- fish will now reset $USER if the uid is 0. This is to workaround some su implementations that pass along $USER when switching to root (#3944).
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue