From f83ceebcf6165d547aaf1853a4e372dd3768fbe8 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Mon, 21 Nov 2016 16:17:11 -0600 Subject: [PATCH] history verify --- env/sh/bashrc | 2 ++ 1 file changed, 2 insertions(+) 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