From 5dfcd3bb45e5de42fdc89fa5600096c7a985ced7 Mon Sep 17 00:00:00 2001 From: Frank LoTurco Date: Tue, 21 Jul 2026 15:19:34 -0400 Subject: [PATCH] home: add devenv hooking to zsh and bash depending on environment --- home/frank.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/frank.nix b/home/frank.nix index 59d0c49..b0853bd 100644 --- a/home/frank.nix +++ b/home/frank.nix @@ -13,6 +13,7 @@ in # Display fastfetch on shell open. initExtra = '' + eval "$(devenv hook bash)" clear;fastfetch ''; }; @@ -24,6 +25,7 @@ in enable = true; initExtra = '' + eval "$(devenv hook zsh)" clear;fastfetch ''; }