added difftastic
This commit is contained in:
@@ -45,6 +45,8 @@
|
||||
pkgs.dust
|
||||
pkgs.bottom
|
||||
pkgs.gping
|
||||
pkgs.difftastic
|
||||
|
||||
pkgs.sqlitebrowser
|
||||
|
||||
pkgs.seahorse
|
||||
|
||||
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user