mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-27 21:16:14 +02:00
docs: Fix fish history instructions.
Use `--add` flag in fish `abbr` command.
This commit is contained in:
parent
55eff3b777
commit
1b3d2961a1
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:
|
||||
|
||||
``` sh
|
||||
abbr jrnl " jrnl"
|
||||
abbr --add jrnl " jrnl"
|
||||
```
|
||||
|
||||
To delete existing `jrnl` commands from `fish`’s history, run
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue