main
hau 2020-12-07 17:50:00 +07:00
parent 402b11c4e9
commit f8c19a2c3f
1 changed files with 18 additions and 0 deletions

View File

@ -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
```