mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 04:58:32 +02:00
In Encryption docs, explain how to prevent Fish history logging
This commit is contained in:
parent
3ef086c71a
commit
a7d5618025
1 changed files with 6 additions and 0 deletions
|
@ -56,6 +56,12 @@ setopt HIST_IGNORE_SPACE
|
|||
alias jrnl=" jrnl"
|
||||
```
|
||||
|
||||
The fish shell does not support automatically preventing logging like
|
||||
this. To prevent `jrnl` commands being logged by fish, you must make
|
||||
sure to type a space before every `jrnl` command you enter. To delete
|
||||
existing `jrnl` commands from fish’s history, run
|
||||
`history delete --prefix 'jrnl '`.
|
||||
|
||||
## Manual decryption
|
||||
|
||||
Should you ever want to decrypt your journal manually, you can do so
|
||||
|
|
Loading…
Add table
Reference in a new issue