Fix fish set example in readme

This commit is contained in:
Robbert van der Helm
2021-12-08 15:18:02 +01:00
parent e5c27e833b
commit de40366575
+1 -1
View File
@@ -770,7 +770,7 @@ running `echo $SHELL` in a terminal.
`~/.config/fish/config.fish` or some file in `~/.config/fish/conf.d/`:
```shell
set -gx WINEFSYNC=1
set -gx WINEFSYNC 1
# Or if you're changing your PATH:
set -gp fish_user_paths ~/directory/with/yabridge/binaries
```