Added how to ignore history appending for zsh

This commit is contained in:
Pablo Carranza 2014-09-22 07:42:00 -04:00
parent afcccb78c1
commit c81f0e0c1d

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
----------------- -----------------