From 8eb703c67a5b7ab755f62ad9be4d78c72da5a771 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 19 Dec 2024 13:33:03 -0800 Subject: install just and add an alias --- nix/users/fcuny/shell.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nix') diff --git a/nix/users/fcuny/shell.nix b/nix/users/fcuny/shell.nix index 69b771f..374a466 100644 --- a/nix/users/fcuny/shell.nix +++ b/nix/users/fcuny/shell.nix @@ -13,6 +13,7 @@ in coreutils direnv dust + just procs ripgrep tree @@ -43,6 +44,7 @@ in shellAbbrs = { ncg = "nix-collect-garbage -7d"; c = "clear"; + j = "just"; }; shellAliases = { ls = "eza -l -L=1 --git --color=always --group-directories-first"; -- cgit 1.4.1