mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Added how to ignore history appending for zsh
This commit is contained in:
parent
afcccb78c1
commit
c81f0e0c1d
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 *"
|
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
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue