common: zsh changes

This commit is contained in:
2026-06-14 10:39:13 +02:00
parent 5440b8aaf2
commit 640907f9e1
5 changed files with 14 additions and 6 deletions
+1 -1
View File
@@ -279,7 +279,7 @@ in
enable = true;
enableGlobalCompInit = false;
interactiveShellInit = ''
if [[ ''${__MATERUS_HM_ZSH:-0} == 0 ]]; then
if [[ ''${__HOME_ZSHRC_SOURCED:-0} == 0 ]]; then
source ${pkgs.grml-zsh-config}/etc/zsh/zshrc
fi
'';