marleyos/home/languages/php.nix

8 lines
102 B
Nix

{ ... }:
{
home.shellAbbrs = {
p = "php";
pa = "php artisan";
a = "php artisan";
};
}