mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 13:08:31 +02:00
Fix typo in encryption docs
The fish config line `abbr jrnl=" jrnl"` becomes `abbr jrnl " jrnl"`.
This commit is contained in:
parent
c5ff25c7d5
commit
c20fa18f9b
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
adding this to your `fish` configuration:
|
||||||
|
|
||||||
``` sh
|
``` sh
|
||||||
abbr jrnl=" jrnl"
|
abbr jrnl " jrnl"
|
||||||
```
|
```
|
||||||
|
|
||||||
To delete existing `jrnl` commands from `fish`’s history, run
|
To delete existing `jrnl` commands from `fish`’s history, run
|
||||||
|
|
Loading…
Add table
Reference in a new issue