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
|
dig
|
||||||
rclone
|
rclone
|
||||||
pv
|
pv
|
||||||
|
exa
|
||||||
(import ./vim.nix)
|
(import ./vim.nix)
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,7 @@ with import <nixpkgs> {};
|
||||||
highlightStyle = "fg=cyan";
|
highlightStyle = "fg=cyan";
|
||||||
};
|
};
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
|
"l" = "exa -lg";
|
||||||
"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