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 dig
rclone rclone
pv pv
exa eza
(import ./vim.nix) (import ./vim.nix)
]; ];

View file

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