exa: switch to eza
This commit is contained in:
		
							parent
							
								
									d0d7d7f930
								
							
						
					
					
						commit
						49040b5be9
					
				
					 3 changed files with 5 additions and 5 deletions
				
			
		| 
						 | 
					@ -30,7 +30,7 @@ in {
 | 
				
			||||||
      '';
 | 
					      '';
 | 
				
			||||||
      shellAliases = {
 | 
					      shellAliases = {
 | 
				
			||||||
        rm = "trash";
 | 
					        rm = "trash";
 | 
				
			||||||
        tree = "exa -T";
 | 
					        tree = "eza -T";
 | 
				
			||||||
      };
 | 
					      };
 | 
				
			||||||
      shellAbbrs = {
 | 
					      shellAbbrs = {
 | 
				
			||||||
        off = "shutdown now";
 | 
					        off = "shutdown now";
 | 
				
			||||||
| 
						 | 
					@ -67,8 +67,8 @@ in {
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
    programs = {
 | 
					    programs = {
 | 
				
			||||||
      zoxide.enable = true;
 | 
					      zoxide.enable = true;
 | 
				
			||||||
      exa.enable = true;
 | 
					      eza.enable = true;
 | 
				
			||||||
      exa.enableAliases = true;
 | 
					      eza.enableAliases = true;
 | 
				
			||||||
      direnv.enable = true;
 | 
					      direnv.enable = true;
 | 
				
			||||||
      direnv.nix-direnv.enable = true;
 | 
					      direnv.nix-direnv.enable = true;
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -29,7 +29,7 @@ in
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    changeDirWidgetCommand = "${pkgs.fd}/bin/fd --type d";
 | 
					    changeDirWidgetCommand = "${pkgs.fd}/bin/fd --type d";
 | 
				
			||||||
    changeDirWidgetOptions =
 | 
					    changeDirWidgetOptions =
 | 
				
			||||||
      [ "--preview '${pkgs.exa}/bin/exa -T L3 | head -200'" ];
 | 
					      [ "--preview '${pkgs.eza}/bin/eza -T L3 | head -200'" ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    defaultOptions = [ color_opts preview_opts ];
 | 
					    defaultOptions = [ color_opts preview_opts ];
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -56,7 +56,7 @@
 | 
				
			||||||
    pulseaudio
 | 
					    pulseaudio
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    ## CLI
 | 
					    ## CLI
 | 
				
			||||||
    exa
 | 
					    eza
 | 
				
			||||||
    fd
 | 
					    fd
 | 
				
			||||||
    bc
 | 
					    bc
 | 
				
			||||||
    file
 | 
					    file
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue