From a7d5618025be83f92e20eed07a9a87fd4503ec5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rory=20O=E2=80=99Kane?= Date: Mon, 19 Aug 2019 03:50:41 -0400 Subject: [PATCH] In Encryption docs, explain how to prevent Fish history logging --- docs/encryption.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/encryption.md b/docs/encryption.md index 19bb178b..63859d91 100644 --- a/docs/encryption.md +++ b/docs/encryption.md @@ -56,6 +56,12 @@ setopt HIST_IGNORE_SPACE alias jrnl=" jrnl" ``` +The fish shell does not support automatically preventing logging like +this. To prevent `jrnl` commands being logged by fish, you must make +sure to type a space before every `jrnl` command you enter. To delete +existing `jrnl` commands from fish’s history, run +`history delete --prefix 'jrnl '`. + ## Manual decryption Should you ever want to decrypt your journal manually, you can do so