switched exa to eza
This commit is contained in:
parent
d622c31c1c
commit
56418c1ab4
2 changed files with 2 additions and 2 deletions
|
|
@ -101,7 +101,7 @@ in
|
|||
dig
|
||||
rclone
|
||||
pv
|
||||
exa
|
||||
eza
|
||||
(import ./vim.nix)
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue