From 3f6184bac930ad98d6349a2518f8a21bcf2c3afe Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Mon, 17 Apr 2023 21:20:07 -0500 Subject: [PATCH] Add cleanup shortcut --- home/xonsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/xonsh.nix b/home/xonsh.nix index 6086d16..9c494ef 100644 --- a/home/xonsh.nix +++ b/home/xonsh.nix @@ -39,6 +39,7 @@ ctest = "compass workspace test"; cylint = "./scripts/run_yaml_lint.py"; + cleanup = "nix-collect-garbage -d && nix store optimise"; d = "vox deactivate"; devroles = "cd ~/src/ansible_collections/devroles"; dirflake = "nix flake new -t github:nix-community/nix-direnv";