1
0
Fork 0

nix: Improve garbage collection alias

This commit is contained in:
Daniel Kempkens 2022-02-08 10:09:44 +01:00
parent 448a9425cb
commit 6a6752a030

View file

@ -80,7 +80,7 @@
yti = "ytdl_with_options -F";
upa = "nix flake update ~/.config/nixpkgs -v";
upn = "$HOME/.config/nixpkgs/programs/nvim/update-plugins.sh";
ucl = "nix-collect-garbage -d && nix-store --gc";
ucl = "nix-collect-garbage -d && sudo nix-collect-garbage -d";
};
functions = {