mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Merge pull request #278 from pcarranza/master
Added how to ignore history appending for zsh
This commit is contained in:
commit
05e63dc76a
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
-----------------
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue