mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
fixed aliases not building properly
This commit is contained in:
parent
f004116873
commit
d3ba585a49
1 changed files with 1 additions and 2 deletions
|
|
@ -1,10 +1,9 @@
|
||||||
{ lib }:
|
{ lib }:
|
||||||
|
|
||||||
with lib;
|
with lib;
|
||||||
mkForce
|
|
||||||
{
|
{
|
||||||
cd = "cd -L";
|
cd = "cd -L";
|
||||||
grep = "grep --color";
|
grep = "grep --color";
|
||||||
tree = "eza --tree --icons=never";
|
tree = "eza --tree --icons=never";
|
||||||
lt = "eza --tree --icons=never";
|
lt = mkForce "eza --tree --icons=never";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue