fixed alias

This commit is contained in:
Bryan Ramos 2024-05-14 00:36:28 -04:00
parent 3daa4d334b
commit 2e1605808f
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
2 changed files with 7 additions and 3 deletions

View file

@ -1,6 +1,10 @@
{ lib }:
with lib;
mkForce
{ {
cd = "cd -L"; cd = "cd -L";
grep = "grep --color"; grep = "grep --color";
tree = "lt --icon=never"; tree = "eza --tree --icons=never";
lt = "lt --icon=never"; lt = "eza --tree --icons=never";
} }

View file

@ -14,7 +14,7 @@ in
initExtra = import ./config/prompt.nix { inherit lib config; }; initExtra = import ./config/prompt.nix { inherit lib config; };
bashrcExtra = import ./config/bashrc.nix; bashrcExtra = import ./config/bashrc.nix;
shellAliases = import ./config/alias.nix; shellAliases = import ./config/alias.nix { inherit lib; };
}; };
programs = { programs = {