From e826d26833ac4ee8a51564e489e1b10a0ec59bd3 Mon Sep 17 00:00:00 2001 From: Jet Pham Date: Thu, 5 Mar 2026 13:38:53 -0800 Subject: [PATCH] feat: make direnv reload and allow aliases dr and da --- home.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home.nix b/home.nix index b97ad72..0d7e113 100644 --- a/home.nix +++ b/home.nix @@ -189,6 +189,8 @@ programs.bash = { enable = true; shellAliases = { + "dr" = "direnv reload"; + "da" = "direnv allow"; "nfu" = "nix flake update"; "c" = "claude"; "." = "z ..";