diff options
Diffstat (limited to 'home/zsh/default.nix')
-rw-r--r-- | home/zsh/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/zsh/default.nix b/home/zsh/default.nix index 2df01ef..6af8cf1 100644 --- a/home/zsh/default.nix +++ b/home/zsh/default.nix @@ -13,7 +13,7 @@ syntaxHighlighting.enable = true; history.size = 10000; profileExtra = lib.fileContents ./zprofile; - envExtra = lib.fileContents ./zshrc; + initContent = lib.fileContents ./zshrc; }; programs.zoxide = { |