Merge pull request #278 from pcarranza/master

Added how to ignore history appending for zsh
This commit is contained in:
Manuel Ebert 2014-09-22 12:16:16 -07:00
commit 05e63dc76a

View file

@ -32,6 +32,11 @@ While jrnl follows best practises, true security is an illusion. Specifically, j
HISTIGNORE="jrnl *" 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 Manual decryption
----------------- -----------------