chore: update dotfiles configuration and aliases management

This commit is contained in:
2025-06-16 11:36:33 +02:00
parent f708bef114
commit 774fd82066
7 changed files with 7 additions and 4 deletions

3
alias.d/composer.sh Executable file
View File

@ -0,0 +1,3 @@
alias cr='composer require'
alias ci='composer install'
alias cu='composer update'