disable zsh
This commit is contained in:
		
							parent
							
								
									22e9dec442
								
							
						
					
					
						commit
						fb6b210541
					
				@ -39,10 +39,10 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  environment.variables.EDITOR = "${pkgs.neovim}/bin/nvim";
 | 
					  environment.variables.EDITOR = "${pkgs.neovim}/bin/nvim";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  programs.zsh = {
 | 
					  # programs.zsh = {
 | 
				
			||||||
    enable = true;
 | 
					  #   enable = true;
 | 
				
			||||||
    promptInit = "";
 | 
					  #   promptInit = "";
 | 
				
			||||||
  };
 | 
					  # };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  programs.bash = {
 | 
					  programs.bash = {
 | 
				
			||||||
    enableCompletion = true;
 | 
					    enableCompletion = true;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user