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
|
{pkgs, ...}: let
|
||||||
inherit (pkgs.lib) getExe;
|
inherit (pkgs.lib) getExe;
|
||||||
in {
|
in {
|
||||||
ls = "${getExe pkgs.eza} --icons";
|
ls = "${getExe pkgs.eza} --icons=never";
|
||||||
la = "${getExe pkgs.eza} --icons -lha --git";
|
la = "${getExe pkgs.eza} --icons=never -lha --git";
|
||||||
|
|
||||||
g = "git";
|
g = "git";
|
||||||
n = "nix";
|
n = "nix";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue