1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-21 05:47:29 +02:00

exa: add aliases to nushell

This commit is contained in:
Haras 2023-10-22 00:38:07 +02:00 committed by Mikilio
parent 1807ce921e
commit 76e58a3a92
No known key found for this signature in database
GPG key ID: 5B2F1A890CF33F3F

View file

@ -68,5 +68,7 @@ with lib;
programs.fish.shellAliases = aliases;
programs.ion.shellAliases = aliases;
programs.nushell.shellAliases = aliases;
};
}