✨ feat(php): Set PHP aliases
This commit is contained in:
parent
423ad3e4ec
commit
7d7d1316d9
1 changed files with 8 additions and 0 deletions
8
home/languages/php.nix
Normal file
8
home/languages/php.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ ... }:
|
||||
{
|
||||
home.shellAbbrs = {
|
||||
p = "php";
|
||||
pa = "php artisan";
|
||||
a = "php artisan";
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue