pantheon/users/modules/programs/bash.nix
2025-03-11 21:35:41 +08:00

9 lines
136 B
Nix

{
programs.bash = {
enable = true;
shellAliases = {
gs = "git status";
ai = "aichat -r %shell% -e";
};
};
}