diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-12-02 05:33:55 +0000 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-12-02 05:33:55 +0000 |
commit | 1c46d4f55823524aa9dae9501042add24a859289 (patch) | |
tree | ec0978376d92545751da9c3fdbaad7e2f38713bb /nix-conf/home | |
parent | e2177d56ab0fb87b47f92284bae45fbe8c923e93 (diff) | |
download | dotfiles-1c46d4f55823524aa9dae9501042add24a859289.tar.gz |
Add df to garbage collect function
Diffstat (limited to 'nix-conf/home')
-rw-r--r-- | nix-conf/home/includes/zsh.nix | 1 |
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 |