Skip to content

Commit

Permalink
fix spest
Browse files Browse the repository at this point in the history
  • Loading branch information
ariaieboy authored Mar 27, 2023
1 parent bd17c6e commit 02ea904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion laravel-sail.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ alias sbn='s build --no-cache'
alias sshare='s share'
alias stan='sp ./vendor/bin/phpstan'
alias spint='sp ./vendor/bin/pint'
alias spint='sp ./vendor/bin/pest'
alias spest='sp ./vendor/bin/pest'
compdef _artisan sa
compdef _composer sc
function _artisan() {
Expand Down

0 comments on commit 02ea904

Please sign in to comment.