Skip to content

Commit

Permalink
Fix typo in encryption docs (#812)
Browse files Browse the repository at this point in the history
* Explain how fish can be configured to exclude jrnl commands from history by default
* Fix typo in encryption docs
  • Loading branch information
Aurélien Ooms authored Feb 8, 2020
1 parent 550347e commit 0cb6f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/encryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ If you are using `fish` instead of `bash` or `zsh`, you can get the same behavio
adding this to your `fish` configuration:

``` sh
abbr jrnl=" jrnl"
abbr jrnl " jrnl"
```

To delete existing `jrnl` commands from `fish`’s history, run
Expand Down

0 comments on commit 0cb6f5e

Please sign in to comment.