aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2025-04-23 09:12:39 -0700
committerMark Nipper <nipsy@bitgnome.net>2025-04-23 09:12:39 -0700
commitda8be7dcabe09b1d14263bc6e9eb3b302f78af22 (patch)
tree8d14b89869eaddc0d8ac59bac573ec18a6c071bd
parentfd551be5f3a6fde3929c8bf4b076b8befa39796b (diff)
downloadnix-da8be7dcabe09b1d14263bc6e9eb3b302f78af22.tar
nix-da8be7dcabe09b1d14263bc6e9eb3b302f78af22.tar.gz
nix-da8be7dcabe09b1d14263bc6e9eb3b302f78af22.tar.bz2
nix-da8be7dcabe09b1d14263bc6e9eb3b302f78af22.tar.lz
nix-da8be7dcabe09b1d14263bc6e9eb3b302f78af22.tar.xz
nix-da8be7dcabe09b1d14263bc6e9eb3b302f78af22.tar.zst
nix-da8be7dcabe09b1d14263bc6e9eb3b302f78af22.zip
Migrate deprecated programs.zsh.initExtra to programs.zsh.initContent
-rw-r--r--home/nipsy/common/core/zsh/default.nix2
-rw-r--r--home/root/common/core/zsh/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/home/nipsy/common/core/zsh/default.nix b/home/nipsy/common/core/zsh/default.nix
index a3b0f9e..864eec0 100644
--- a/home/nipsy/common/core/zsh/default.nix
+++ b/home/nipsy/common/core/zsh/default.nix
@@ -8,7 +8,7 @@
size = 100000;
};
- initExtra = (builtins.readFile ./zshrc);
+ initContent = (builtins.readFile ./zshrc);
sessionVariables = let makePluginPath = format:
(lib.strings.makeSearchPath format [
diff --git a/home/root/common/core/zsh/default.nix b/home/root/common/core/zsh/default.nix
index eaec714..a3587b8 100644
--- a/home/root/common/core/zsh/default.nix
+++ b/home/root/common/core/zsh/default.nix
@@ -19,7 +19,7 @@ export COLORFGBG=";0"
save = 100000;
size = 100000;
};
- initExtra = (builtins.readFile ./zshrc);
+ initContent = (builtins.readFile ./zshrc);
shellAliases = {
grep = "grep --color=auto";
ip = "ip -c=auto";