dotfiles/lib/shared/modules
Oliver Davies 2fbf67507f git: use difftastic by default
As described in
https://difftastic.wilfred.me.uk/git.html#difftastic-by-default, the
`--ext-diff` option needs to be used for difftastic to be used on
commands other than `git diff`, such as `git show` or `git log`.

> This only applies to git diff. For other git commands, you still need
to specify --ext-diff, or use an alias as described above.

```shell
$ git diff
$ git show HEAD --ext-diff
$ git log -p --ext-diff
```

> Conversely, if you need to copy/paste a diff in the standard diff
format, you can use git diff --no-ext-diff.
2024-07-09 14:15:46 +01:00
..
zsh Flatten Code directories 2024-07-06 02:21:40 +01:00
atuin.nix Revert "Use fzf for searching zsh history" 2024-06-01 14:38:55 +01:00
bat.nix Format using nixfmt 2024-03-18 20:34:51 +00:00
bin.nix Run nix fmt 2024-06-10 09:38:34 +01:00
direnv.nix Make configuration more modular 2024-03-16 22:38:39 +00:00
fzf.nix Make configuration more modular 2024-03-16 22:38:39 +00:00
git.nix git: use difftastic 2024-07-09 13:53:02 +01:00
lsd.nix Configure lsd 2024-05-11 01:55:59 +02:00
neovim.nix Run nix fmt 2024-06-10 09:38:34 +01:00
nnn.nix Format using nixfmt 2024-03-18 20:34:51 +00:00
phpactor.nix Run nix fmt 2024-06-10 09:38:34 +01:00
ripgrep.nix Run nix fmt 2024-06-10 09:38:34 +01:00
starship.nix Configure starship prompt 2024-06-19 22:04:51 +01:00
syncthing.nix Move syncthing into its own module 2024-05-02 17:29:35 +01:00
tmux.nix Flatten Code directories 2024-07-06 02:21:40 +01:00
wezterm.nix Run nix fmt 2024-06-10 09:38:34 +01:00
zsh.nix git: use difftastic by default 2024-07-09 14:15:46 +01:00