aliases.nix: make ls show no icons
This commit is contained in:
parent
a6972fc6f3
commit
4cea4192a1
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
{pkgs, ...}: let
|
||||
inherit (pkgs.lib) getExe;
|
||||
in {
|
||||
ls = "${getExe pkgs.eza} --icons";
|
||||
la = "${getExe pkgs.eza} --icons -lha --git";
|
||||
ls = "${getExe pkgs.eza} --icons=never";
|
||||
la = "${getExe pkgs.eza} --icons=never -lha --git";
|
||||
|
||||
g = "git";
|
||||
n = "nix";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue