From c94ed9d5193e16f1715f927c3d363f6fa3f13bef Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 8 Mar 2023 01:10:13 +0000 Subject: [PATCH] zsh: show upcoming deadlines at shell init --- hosts/common/home/zsh/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/common/home/zsh/default.nix b/hosts/common/home/zsh/default.nix index 5055ddc9..d63d1136 100644 --- a/hosts/common/home/zsh/default.nix +++ b/hosts/common/home/zsh/default.nix @@ -83,6 +83,8 @@ in pushd "$1"; } + ${pkgs.sane-scripts}/bin/sane-deadlines + # auto-cd into any of these dirs by typing them and pressing 'enter': hash -d 3rd="/home/colin/dev/3rd" hash -d dev="/home/colin/dev"