diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-12-29 17:40:27 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-12-29 17:40:40 -0800 |
| commit | d97e96f85dd6ee47519ab6c1eafc505a9afd4234 (patch) | |
| tree | 9a4f698c6f3a3ef01a473a975eb775c1202aaff2 | |
| parent | Merge pull request #1 from fcuny/update_flake_lock_action (diff) | |
| download | infra-d97e96f85dd6ee47519ab6c1eafc505a9afd4234.tar.gz | |
remove eza: it is too intrusive
| -rw-r--r-- | nix/users/fcuny/shell.nix | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/nix/users/fcuny/shell.nix b/nix/users/fcuny/shell.nix index 8ce26a3..f364b1f 100644 --- a/nix/users/fcuny/shell.nix +++ b/nix/users/fcuny/shell.nix @@ -47,25 +47,6 @@ in c = "clear"; j = "just"; }; - shellAliases = { - ls = "eza -l -L=1 --git --color=always --group-directories-first"; - la = "eza -la --git --color=always --group-directories-first"; - ll = "eza -la -L=1 --git --color=always --group-directories-first"; - lt = "eza -aT -L=2 --git --color=always --group-directories-first"; - }; - }; - - # an alternative to ls - programs.eza = { - enable = true; - icons = "never"; - enableFishIntegration = false; - extraOptions = [ - "--group-directories-first" - "--no-quotes" - "--git-ignore" - "--icons=never" - ]; }; # an alternative to find |
