PHPActor changes

This commit is contained in:
2025-08-13 09:07:22 +01:00
parent 0e5c8870c9
commit e9fd9b6274
4 changed files with 12 additions and 2 deletions

View File

@@ -105,6 +105,10 @@ alias \
enr="trans en:ro -j -- " \
enri="trans en:ro -i"
function tf() {
php artisan test --filter="$*"
}
function cdj() {
dir=$1
cd $1 2>/dev/null || autojump $1