From c50ba4612e25421c90e64d9c9c5f75e3597e05db Mon Sep 17 00:00:00 2001 From: Disconnect3d Date: Tue, 18 Oct 2022 01:46:05 +0200 Subject: [PATCH] Pwndbg configuration: do not set history expansion (#1292) The `set history expansion on` setting we set seems to cause troubles if users want to execute a shell command by using the exclamation mark. I do not like it, especially taking into account the recent shell command deprecation we did. --- pwndbg/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pwndbg/__init__.py b/pwndbg/__init__.py index a5ffe8a25..80dbeadb8 100755 --- a/pwndbg/__init__.py +++ b/pwndbg/__init__.py @@ -65,7 +65,6 @@ set confirm off set verbose off set pagination off set height 0 -set history expansion on set history save on set follow-fork-mode child set backtrace past-main on