mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
parent
013fa760a0
commit
ce0b8e04c6
2 changed files with 24 additions and 1 deletions
23
news/free-cwd-fix.rst
Normal file
23
news/free-cwd-fix.rst
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
**Added:**
|
||||||
|
|
||||||
|
* <news item>
|
||||||
|
|
||||||
|
**Changed:**
|
||||||
|
|
||||||
|
* <news item>
|
||||||
|
|
||||||
|
**Deprecated:**
|
||||||
|
|
||||||
|
* <news item>
|
||||||
|
|
||||||
|
**Removed:**
|
||||||
|
|
||||||
|
* <news item>
|
||||||
|
|
||||||
|
**Fixed:**
|
||||||
|
|
||||||
|
* Fix xontrib loading for `free_cwd`
|
||||||
|
|
||||||
|
**Security:**
|
||||||
|
|
||||||
|
* <news item>
|
|
@ -103,4 +103,4 @@ def setup_release_cwd_hook(prompter, history, completer, bindings, **kw):
|
||||||
|
|
||||||
|
|
||||||
def _load_xontrib_(xsh: XonshSession, **_):
|
def _load_xontrib_(xsh: XonshSession, **_):
|
||||||
xsh.builtins.events.on_ptk_create(_cwd_restore_wrapper)
|
xsh.builtins.events.on_ptk_create(setup_release_cwd_hook)
|
||||||
|
|
Loading…
Add table
Reference in a new issue