added exa

This commit is contained in:
mc-fucker 2022-06-06 03:19:52 +02:00
parent ec85a18dc0
commit bbd318c1ae
2 changed files with 2 additions and 0 deletions

View file

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

View file

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