fixed aliases not building properly

This commit is contained in:
Bryan Ramos 2024-05-14 22:57:26 -04:00
parent f004116873
commit d3ba585a49
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8

View file

@ -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";
} }