fish: use only fd to find files

This commit is contained in:
lelgenio 2021-09-20 13:44:04 -03:00
parent a76acb0a93
commit 06534f41d5
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ abbr msc 'echo "CREATE DATABASE $db" | mysql $margs'
abbr msdrop 'echo "DROP DATABASE $db" | mysql $margs'
abbr msl 'mysql $margs $db < dump/$db.sql'
abbr msd 'mariadb-dump $margs $db | mysql_format > dump/$db.sql'
abbr vw 'kak public/assets/**.less resources/**.blade.php app/**.php (fd -E \'*.min.js\' \'.js$\' public/assets/)'
abbr vw 'kak (fd -E \'*.min.js\' \'.(php|less|js)$\' app/ public/assets/ resources/)'
abbr gdw 'git diff -- "*.less" "*.js" "*.blade.php"'
abbr pl 'php7 artisan serve --host 0.0.0.0 & make watch'