Skip to content

Commit

Permalink
Fix delta-toggle shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
dandavison committed Aug 9, 2024
1 parent 0712274 commit 2c8292f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manual/src/tips-and-tricks/toggling-delta-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ To toggle features such as `side-by-side` on and off, one solution is to use thi

```sh
delta-toggle() {
eval "export DELTA_FEATURES=$(-delta-features-toggle $1 | tee /dev/stderr)"
eval "export DELTA_FEATURES='$(-delta-features-toggle $1 | tee /dev/stderr)'"
}
```
where `-delta-features-toggle` is this Python script:
Expand Down

0 comments on commit 2c8292f

Please sign in to comment.