Add some shell aliases.

This commit is contained in:
Nolan Darilek 2025-03-31 08:11:13 -05:00
parent 09822c30be
commit e6abae878e

View file

@ -41,5 +41,13 @@
};
};
};
home = {
shellAliases = {
"gc" = "git commit";
"gl" = "git log --abbrev-commit";
"gps" = "git push";
"gpl" = "git pull";
};
};
};
}