summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Ebert <manuel@1450.me>2014-09-22 12:16:16 -0700
committerManuel Ebert <manuel@1450.me>2014-09-22 12:16:16 -0700
commit05e63dc76aee2d8bbd9ed7f3a61e64894efb3f75 (patch)
tree8d44532bdf4f80c7486b55d70b7d1a942134de85
parentafcccb78c13e899f7c87b1dbdbc06bb34409e247 (diff)
parentc81f0e0c1dd9f40fe1f286d77a3aba0565713993 (diff)
Merge pull request #278 from pcarranza/master1.9.5
Added how to ignore history appending for zsh
-rw-r--r--docs/encryption.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/encryption.rst b/docs/encryption.rst
index e4a10368..8ca1faba 100644
--- a/docs/encryption.rst
+++ b/docs/encryption.rst
@@ -32,6 +32,11 @@ While jrnl follows best practises, true security is an illusion. Specifically, j
HISTIGNORE="jrnl *"
+If you are using zsh instead of bash, you can get the same behaviour adding this to your ``zshrc`` ::
+
+ setopt HIST_IGNORE_SPACE
+ alias jrnl=" jrnl"
+
Manual decryption
-----------------