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
View File
@@ -14,7 +14,6 @@
home.file = {
".zshrc".source = "${config.xdg.configFile."zsh/cfg".source}/zshrc";
".zshenv".source = "${config.xdg.configFile."zsh/cfg".source}/zshenv";
".tmux.conf".source = "${config.mkk.dir}/config/tmux/tmux.conf";
};
+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
'';