From 5eab2c21889b29bc9c2e48e50bdbb712510982be Mon Sep 17 00:00:00 2001 From: ananthchellappa Date: Sat, 17 Apr 2021 21:01:44 -0700 Subject: [PATCH 8/8] minor formatting issue --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 50cc6ff..7baba22 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ This version of bash contains the below described update done by **Naseeba Kilay 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. +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