In Encryption docs, explain how to prevent Fish history logging

This commit is contained in:
Rory O’Kane 2019-08-19 03:50:41 -04:00
parent ec1b2c63b9
commit dbe8ac310f

View file

@ -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 fishs history, run
`history delete --prefix 'jrnl '`.
## Manual decryption
Should you ever want to decrypt your journal manually, you can do so