my xfce4 dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
662 B

3 years ago
  1. # Bower plugin
  2. This plugin adds completion for [Bower](https://bower.io/) and a few useful aliases for common Bower commands.
  3. To use it, add `bower` to the plugins array in your zshrc file:
  4. ```zsh
  5. plugins=(... bower)
  6. ```
  7. ## Aliases
  8. | Alias | Command | Description |
  9. |-------|-----------------|--------------------------------------------------------|
  10. | bi | `bower install` | Installs the project dependencies listed in bower.json |
  11. | bl | `bower list` | List local packages and possible updates |
  12. | bs | `bower search` | Finds all packages or a specific package. |