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.
This commit is contained in:
Disconnect3d 2022-10-18 01:46:05 +02:00 committed by GitHub
parent dac5340b18
commit c50ba4612e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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