diff options
author | Franck Cuny <franck@fcuny.net> | 2024-12-19 13:33:03 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-12-19 13:33:03 -0800 |
commit | 8eb703c67a5b7ab755f62ad9be4d78c72da5a771 (patch) | |
tree | 20162526bb84ee00bf97dc2eb8ac5476788ce75b /nix | |
parent | add a few more rules to justfile (diff) | |
download | world-8eb703c67a5b7ab755f62ad9be4d78c72da5a771.tar.gz |
install just and add an alias
Diffstat (limited to '')
-rw-r--r-- | nix/users/fcuny/shell.nix | 2 |
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"; |