mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-10 04:26:17 +02:00
- Added 'drnew' function.
- Readme file updated.
This commit is contained in:
parent
ac0e234c4a
commit
4ac43ac3d5
2 changed files with 48 additions and 6 deletions
|
|
@ -5,7 +5,7 @@ This plugin offers aliases and functions to make the work with drush easier and
|
|||
|
||||
To enable it, add the `drush` to your `plugins` array in `~/.zshrc`:
|
||||
|
||||
```zsh
|
||||
```
|
||||
plugins=(... drush)
|
||||
```
|
||||
|
||||
|
|
@ -51,6 +51,13 @@ Uninstall one or more modules.
|
|||
Must be invoked with one or more parameters. e.g.:
|
||||
`drpu devel` or `drpu devel module_filter views`
|
||||
|
||||
### drnew
|
||||
Creates a brand new drupal website.
|
||||
Note: As soon as the installation is complete, drush will print a username and a random password into the terminal:
|
||||
```
|
||||
Installation complete. User name: admin User password: cf7t8yqNEm
|
||||
```
|
||||
|
||||
## Additional features
|
||||
|
||||
### Autocomplete
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue