From df01e03cdb302ae8a34a976dbc33d706cf4183a9 Mon Sep 17 00:00:00 2001 From: ananthchellappa Date: Sat, 17 Apr 2021 20:56:17 -0700 Subject: [PATCH 6/8] Credit to Naseeba --- README | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README b/README index 70b7a85..50cc6ff 100644 --- a/README +++ b/README @@ -1,3 +1,11 @@ +This version of bash contains the below described update done by **Naseeba Kilayil** through Upwork : + +Currently, when you do set +o history, then commands are no longer logged to ~/.bash_history. +The problem is that while you get the privacy, you also lose command recall with !number and arrow-keys. +So we want to **enhance** `set +o history` to suspend logging to ~/.bash_history, but (while in private mode +- i.e., till you do `set -o history`) you do get command recall with !number and arrow keys. +These private mode commands will, of course, be forgotten once user exits private mode. + Introduction ============ -- 2.31.1