added difftastic

This commit is contained in:
2026-09-11 14:30:33 +02:00
parent 0b53e2759d
commit bdbc221873
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -45,6 +45,8 @@
pkgs.dust
pkgs.bottom
pkgs.gping
pkgs.difftastic
pkgs.sqlitebrowser
pkgs.seahorse
+1
View File
@@ -165,6 +165,7 @@
gl = "git log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(auto)%d%C(reset)' --all";
gc = "git commit -m ";
gaa = "git add .";
gd = "git diff --ext-diff=difft";
ping = "gping";