feat(php): Set PHP aliases

This commit is contained in:
punkfairie 2024-11-03 21:50:57 -08:00
parent 423ad3e4ec
commit 7d7d1316d9
Signed by: punkfairie
GPG key ID: 01823C057725C266

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

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