mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
no history
This commit is contained in:
parent
d0d4ad62ef
commit
3d20fc04de
1 changed files with 2 additions and 1 deletions
|
@ -100,7 +100,8 @@ def xonsh_builtins(xonsh_events):
|
|||
del builtins.__xonsh_ensure_list_of_strs__
|
||||
del builtins.__xonsh_commands_cache__
|
||||
del builtins.__xonsh_all_jobs__
|
||||
del builtins.__xonsh_history__
|
||||
if hasattr(builtins, '__xonsh_history__'):
|
||||
del builtins.__xonsh_history__
|
||||
del builtins.__xonsh_enter_macro__
|
||||
del builtins.evalx
|
||||
del builtins.execx
|
||||
|
|
Loading…
Add table
Reference in a new issue