Fix the default bash HISTFILE changing to .sh_history instead of .bash_history

Fixes #4765
This commit is contained in:
Kovid Goyal
2022-02-28 20:06:48 +05:30
parent 29d85833f1
commit 8c7ffc90f3
3 changed files with 18 additions and 0 deletions

View File

@@ -75,6 +75,15 @@ command.
Detailed list of changes
-------------------------------------
0.24.4 [2022-02-28]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Fix the default bash HISTFILE changing to :file:`~/.sh_history` instead of :file:`~/.bash_history` (:iss:`4765`)
- Linux binaries: Fix binaries not working on systems with older wayland client
libraries (:iss:`4760`)
- Bash integration: No longer modify :file:`~/.bashrc` to load :ref:`shell integration <shell_integration>`.
0.24.3 [2022-02-28]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~