forked from fabian/nix
		
	add history config to zshrc
This commit is contained in:
		
							parent
							
								
									93946beae2
								
							
						
					
					
						commit
						a38110ee55
					
				
					 1 changed files with 8 additions and 0 deletions
				
			
		|  | @ -20,6 +20,14 @@ in { | |||
|       enable = true; | ||||
|       syntaxHighlighting.enable = true; | ||||
|       autosuggestion.enable = true; | ||||
| 
 | ||||
|       history = { | ||||
|         append = true; | ||||
|         expireDuplicatesFirst = true; | ||||
|         ignoreAllDups = true; | ||||
|         ignoreSpace = true; | ||||
|       }; | ||||
| 
 | ||||
|       initExtra = import ./zshrc.nix {inherit config lib pkgs;}; | ||||
|     }; | ||||
|   }; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue