home: add devenv hooking to zsh and bash depending on environment

This commit is contained in:
2026-07-21 15:19:34 -04:00
parent 87fc9e3c01
commit 5dfcd3bb45
+2
View File
@@ -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
'';
}