delta
parent
402b11c4e9
commit
f8c19a2c3f
|
@ -0,0 +1,18 @@
|
||||||
|
# [Delta](https://github.com/dandavison/delta)
|
||||||
|
|
||||||
|
| Distribution | Package |
|
||||||
|
| ------------ | ----------- |
|
||||||
|
| Fedora | `git-delta` |
|
||||||
|
| Homebrew | `git-delta` |
|
||||||
|
|
||||||
|
Config in git:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
git config --global core.pager delta
|
||||||
|
```
|
||||||
|
|
||||||
|
Edit in `~/.bashrc`, `~/.zshrc`:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
export DELTA_PAGER=bat
|
||||||
|
```
|
Loading…
Reference in New Issue