aboutsummaryrefslogtreecommitdiff
path: root/nix/users
diff options
context:
space:
mode:
Diffstat (limited to 'nix/users')
-rw-r--r--nix/users/fcuny/shell.nix2
1 files changed, 2 insertions, 0 deletions
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";