added exa
This commit is contained in:
parent
ec85a18dc0
commit
bbd318c1ae
2 changed files with 2 additions and 0 deletions
|
|
@ -76,6 +76,7 @@ in
|
|||
dig
|
||||
rclone
|
||||
pv
|
||||
exa
|
||||
(import ./vim.nix)
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue