aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-12-29 17:40:27 -0800
committerFranck Cuny <franck@fcuny.net>2024-12-29 17:40:40 -0800
commitd97e96f85dd6ee47519ab6c1eafc505a9afd4234 (patch)
tree9a4f698c6f3a3ef01a473a975eb775c1202aaff2 /nix
parentMerge pull request #1 from fcuny/update_flake_lock_action (diff)
downloadinfra-d97e96f85dd6ee47519ab6c1eafc505a9afd4234.tar.gz
remove eza: it is too intrusive
Diffstat (limited to 'nix')
-rw-r--r--nix/users/fcuny/shell.nix19
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