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
|
dig
|
||||||
rclone
|
rclone
|
||||||
pv
|
pv
|
||||||
exa
|
eza
|
||||||
(import ./vim.nix)
|
(import ./vim.nix)
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue