feat(php): Set PHP aliases

This commit is contained in:
punkfairie 2024-11-03 21:50:57 -08:00
parent db0f991fe1
commit b405b3999a

8
home/languages/php.nix Normal file
View file

@ -0,0 +1,8 @@
{ ... }:
{
home.shellAbbrs = {
p = "php";
pa = "php artisan";
a = "php artisan";
};
}