about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-12-02 05:33:55 +0000
committerDavid Morgan <djm_uk@protonmail.com>2022-12-02 05:33:55 +0000
commit1c46d4f55823524aa9dae9501042add24a859289 (patch)
treeec0978376d92545751da9c3fdbaad7e2f38713bb
parente2177d56ab0fb87b47f92284bae45fbe8c923e93 (diff)
downloaddotfiles-1c46d4f55823524aa9dae9501042add24a859289.tar.gz
Add df to garbage collect function
-rw-r--r--nix-conf/home/includes/zsh.nix1
1 files changed, 1 insertions, 0 deletions
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