minus-squareCrestwave@lemmy.worldtoLinux@lemmy.ml•Bash history optionlinkfedilinkarrow-up2·edit-213 hours agoAs the other commenters have mentioned, this is part of the shell configuration and outside the scope of the terminal emulator. You can configure this yourself by adding shopt -s histverify to your bashrc. linkfedilink
As the other commenters have mentioned, this is part of the shell configuration and outside the scope of the terminal emulator.
You can configure this yourself by adding
shopt -s histverify
to your bashrc.