about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--zsh.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/zsh.nix b/zsh.nix
index 4219fcc3..ad8be3c7 100644
--- a/zsh.nix
+++ b/zsh.nix
@@ -12,8 +12,6 @@
 
   programs.zsh.shellAliases.t = "task";
 
-  programs.zsh.shellInit = "zsh-newuser-install() { :; }";
-
   programs.zsh.interactiveShellInit = lib.mkAfter ''
     export HISTFILE=~/.histfile
     export HISTSIZE=100000
@@ -73,6 +71,8 @@
     compinit
 
     autoload -Uz zmv
+
+    zsh-newuser-install() { :; }
   '';
 
   programs.zsh.promptInit = ''