From 6ebfaa1944f6382bcf5bdc86ae3ed3d654267e9e Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Mon, 3 May 2021 12:21:26 +0300 Subject: [PATCH] feat: add new aliases --- profiles/core/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profiles/core/default.nix b/profiles/core/default.nix index 267ffcd..9416334 100644 --- a/profiles/core/default.nix +++ b/profiles/core/default.nix @@ -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";