feat: add new aliases
This commit is contained in:
parent
b9b734c425
commit
6ebfaa1944
@ -56,6 +56,7 @@ in
|
|||||||
grit
|
grit
|
||||||
hydra-check
|
hydra-check
|
||||||
nix-index
|
nix-index
|
||||||
|
du-dust
|
||||||
];
|
];
|
||||||
|
|
||||||
shellAliases =
|
shellAliases =
|
||||||
@ -67,11 +68,13 @@ in
|
|||||||
gt = pkgBin "grit";
|
gt = pkgBin "grit";
|
||||||
|
|
||||||
g = pkgBin "git";
|
g = pkgBin "git";
|
||||||
|
git-optimize = "${pkgBin "git"} gc --aggressive --prune=now";
|
||||||
|
|
||||||
grep = "${pkgs.ripgrep}/bin/rg";
|
grep = "${pkgs.ripgrep}/bin/rg";
|
||||||
cat = "${pkgBin "bat"} -pp --theme=base16";
|
cat = "${pkgBin "bat"} -pp --theme=base16";
|
||||||
c = "${pkgBin "bat"} -pp --theme=base16";
|
c = "${pkgBin "bat"} -pp --theme=base16";
|
||||||
|
|
||||||
|
du = "${pkgs.du-dust}/bin/dust";
|
||||||
df = "${coreBin "df"} -h";
|
df = "${coreBin "df"} -h";
|
||||||
free = "${pkgs.procps}/bin/free -h";
|
free = "${pkgs.procps}/bin/free -h";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user