added difftastic
This commit is contained in:
@@ -45,6 +45,8 @@
|
|||||||
pkgs.dust
|
pkgs.dust
|
||||||
pkgs.bottom
|
pkgs.bottom
|
||||||
pkgs.gping
|
pkgs.gping
|
||||||
|
pkgs.difftastic
|
||||||
|
|
||||||
pkgs.sqlitebrowser
|
pkgs.sqlitebrowser
|
||||||
|
|
||||||
pkgs.seahorse
|
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";
|
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 ";
|
gc = "git commit -m ";
|
||||||
gaa = "git add .";
|
gaa = "git add .";
|
||||||
|
gd = "git diff --ext-diff=difft";
|
||||||
|
|
||||||
ping = "gping";
|
ping = "gping";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user