about summary refs log tree commit diff stats
path: root/nix-conf/home/includes/zsh.nix
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2023-12-07 07:48:52 +0000
committerDavid Morgan <djm_uk@protonmail.com>2023-12-07 07:48:52 +0000
commit84f071aceea1db4151d196c9ad1e4f5133f11fe1 (patch)
tree5523416419538e337ccb7e776f126f5a1c5f19b3 /nix-conf/home/includes/zsh.nix
parent78b265a6408b7b51dc55cdf7e60f1d7d630f2681 (diff)
downloaddotfiles-84f071aceea1db4151d196c9ad1e4f5133f11fe1.tar.gz
Add date to end of gcd function
Diffstat (limited to 'nix-conf/home/includes/zsh.nix')
-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 f074194..9f3c170 100644
--- a/nix-conf/home/includes/zsh.nix
+++ b/nix-conf/home/includes/zsh.nix
@@ -209,6 +209,7 @@ in
           $DOAS nix-collect-garbage --delete-older-than ''${1}d
         fi
         df -h
+        date
       }
 
       function checkout-pr () {