mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -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 }:
|
||||
|
||||
with lib;
|
||||
mkForce
|
||||
{
|
||||
cd = "cd -L";
|
||||
grep = "grep --color";
|
||||
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