Skip to content

Commit

Permalink
Minor typo fix (#1013)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhightower committed Nov 10, 2022
1 parent a234983 commit c362809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hook.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Add the following line at the end of the `~/.config/fish/config.fish` file:
direnv hook fish | source
```

Fish supports 3 modes you can set with with the global environment variable `direnv_fish_mode`:
Fish supports 3 modes you can set with the global environment variable `direnv_fish_mode`:

```fish
set -g direnv_fish_mode eval_on_arrow # trigger direnv at prompt, and on every arrow-based directory change (default)
Expand Down

0 comments on commit c362809

Please sign in to comment.