aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-12-19 13:33:03 -0800
committerFranck Cuny <franck@fcuny.net>2024-12-19 13:33:03 -0800
commit8eb703c67a5b7ab755f62ad9be4d78c72da5a771 (patch)
tree20162526bb84ee00bf97dc2eb8ac5476788ce75b /nix
parentadd a few more rules to justfile (diff)
downloadinfra-8eb703c67a5b7ab755f62ad9be4d78c72da5a771.tar.gz
install just and add an alias
Diffstat (limited to 'nix')
-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";