diff --git a/env/sh/bashrc b/env/sh/bashrc index 52dd248..647c59a 100644 --- a/env/sh/bashrc +++ b/env/sh/bashrc @@ -176,6 +176,8 @@ if [ -t 0 ]; then cd "$HOME/.." fi + shopt -s histverify + # except we still want some things to work the old fashioned way bind -f "$HOME/.inputrc" fi