shell: add exa, the ls replacement
This commit is contained in:
		
							parent
							
								
									4f675a7cac
								
							
						
					
					
						commit
						7e6de986d9
					
				
					 1 changed files with 7 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -56,9 +56,13 @@ in {
 | 
			
		|||
      };
 | 
			
		||||
      functions = { fish_greeting = ""; };
 | 
			
		||||
    };
 | 
			
		||||
    programs.zoxide.enable = true;
 | 
			
		||||
    programs.direnv.enable = true;
 | 
			
		||||
    programs.direnv.nix-direnv.enable = true;
 | 
			
		||||
    programs = {
 | 
			
		||||
      zoxide.enable = true;
 | 
			
		||||
      exa.enable = true;
 | 
			
		||||
      exa.enableAliases = true;
 | 
			
		||||
      direnv.enable = true;
 | 
			
		||||
      direnv.nix-direnv.enable = true;
 | 
			
		||||
    };
 | 
			
		||||
    home.file = {
 | 
			
		||||
      ".config/fish/conf.d/prompt.fish".source = ./fish_prompt.fish;
 | 
			
		||||
    };
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue