switched exa to eza

This commit is contained in:
mc-fucker 2023-09-11 14:48:01 +02:00
parent d622c31c1c
commit 56418c1ab4
2 changed files with 2 additions and 2 deletions

View file

@ -101,7 +101,7 @@ in
dig
rclone
pv
exa
eza
(import ./vim.nix)
];

View file

@ -21,7 +21,7 @@ with import <nixpkgs> {};
highlightStyle = "fg=cyan";
};
shellAliases = {
"l" = "exa -lag";
"l" = "eza -lag";
"lh" = "command ls -hAl --color=auto";
"s" = "systemctl";
"ip" = "ip -c";