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
575 B

3 years ago
  1. # gitignore
  2. This plugin enables you the use of [gitignore.io](https://www.gitignore.io/) from the command line. You need an active internet connection.
  3. To use it, add `gitignore` to the plugins array in your zshrc file:
  4. ```zsh
  5. plugins=(... gitignore)
  6. ```
  7. ## Plugin commands
  8. * `gi list`: List all the currently supported gitignore.io templates.
  9. * `gi [TEMPLATENAME]`: Show git-ignore output on the command line, e.g. `gi java` to exclude class and package files.
  10. * `gi [TEMPLATENAME] >> .gitignore`: Appending programming language settings to your projects .gitignore.