feat: add new aliases

This commit is contained in:
dusk 2021-05-03 12:21:26 +03:00
parent b9b734c425
commit 6ebfaa1944
Signed by: dusk
GPG Key ID: 1D8F8FAF2294D6EA

View File

@ -56,6 +56,7 @@ in
grit
hydra-check
nix-index
du-dust
];
shellAliases =
@ -67,11 +68,13 @@ in
gt = pkgBin "grit";
g = pkgBin "git";
git-optimize = "${pkgBin "git"} gc --aggressive --prune=now";
grep = "${pkgs.ripgrep}/bin/rg";
cat = "${pkgBin "bat"} -pp --theme=base16";
c = "${pkgBin "bat"} -pp --theme=base16";
du = "${pkgs.du-dust}/bin/dust";
df = "${coreBin "df"} -h";
free = "${pkgs.procps}/bin/free -h";