From 1c46d4f55823524aa9dae9501042add24a859289 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Fri, 2 Dec 2022 05:33:55 +0000 Subject: [PATCH] Add df to garbage collect function --- nix-conf/home/includes/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix-conf/home/includes/zsh.nix b/nix-conf/home/includes/zsh.nix index 46badbf..1e1b8ab 100644 --- a/nix-conf/home/includes/zsh.nix +++ b/nix-conf/home/includes/zsh.nix @@ -144,6 +144,7 @@ else doas nix-collect-garbage --delete-older-than ''${1}d fi + df -h } [[ ! -f ~/.zsh.local ]] || source ~/.zsh.local