Fixed system for nushell

This commit is contained in:
2024-11-05 17:36:01 -04:00
parent aa897b10af
commit b333a4f693
8 changed files with 176 additions and 61 deletions

View File

@@ -23,4 +23,7 @@
home.shellAliases = {
lgit = "lazygit";
};
programs.nushell.shellAliases = {
lgit = "lazygit";
};
}