Skip to content

Commit

Permalink
add sroot as sail root-shell
Browse files Browse the repository at this point in the history
  • Loading branch information
ariaieboy committed Jul 27, 2022
1 parent 21626c2 commit ee20542
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@
| Alias | Description |
|:-:|:-:|
|`ss`|`sail shell`|
|`sroot`|`sail root-shell`|
|`stinker`|`sail tinker`|
|`sshare`|`sail share`|
1 change: 1 addition & 0 deletions laravel-sail.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ alias st='s test'
alias stp='s test --parallel'
alias sdusk='s dusk'
alias ss='s shell'
alias sroot='s root-shell'
alias stinker='s tinker'
alias sb='s build'
alias sshare='s share'
Expand Down

0 comments on commit ee20542

Please sign in to comment.