zsh: use grml configuration by default
This commit is contained in:
		
							parent
							
								
									02fa2102d6
								
							
						
					
					
						commit
						7fd10c28cb
					
				
					 1 changed files with 9 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -4,5 +4,13 @@
 | 
			
		|||
  programs.zsh.enableGlobalCompInit = false;
 | 
			
		||||
  programs.zsh.interactiveShellInit = ''
 | 
			
		||||
    source ${pkgs.zsh-nix-shell}/share/zsh-nix-shell/nix-shell.plugin.zsh
 | 
			
		||||
  '';
 | 
			
		||||
    '';
 | 
			
		||||
  programs.zsh = {
 | 
			
		||||
    autosuggestions.enable = true;
 | 
			
		||||
    promptInit = ''
 | 
			
		||||
      source ${pkgs.grml-zsh-config}/etc/zsh/zshrc
 | 
			
		||||
    '';
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  users.defaultUserShell = pkgs.zsh;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue