diff options
-rw-r--r-- | home/home-minimal.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/home/home-minimal.nix b/home/home-minimal.nix index 7144d84..29e8233 100644 --- a/home/home-minimal.nix +++ b/home/home-minimal.nix @@ -78,10 +78,11 @@ extraConfig = { log.showSignature = true; init.defaultBranch = "main"; + alias.search = "!git log --format='tformat:%h %cs %s' --no-show-signature | fzf --multi --preview 'git show {+1}|bat -p -lpatch --color=always'"; }; # diff-so-fancy.enable = true; - difftastic.enable = true; + # difftastic.enable = true; delta = { enable = false; options = { |