Bash integration: Fix declare not creating global variables in .bashrc

Fixes #5254
This commit is contained in:
Kovid Goyal
2022-07-08 18:55:04 +05:30
parent 7281b9dbb1
commit d6492264c7
3 changed files with 53 additions and 46 deletions

View File

@@ -65,6 +65,8 @@ Detailed list of changes
- ssh kitten: A new option :code:`--symlink-strategy` to control how symlinks
are copied to the remote machine (:iss:`5249`)
- Bash integration: Fix declare not creating global variables in .bashrc (:iss:`5254`)
0.25.2 [2022-06-07]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~