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.

11 lines
305 B

3 years ago
  1. # sfdx plugin
  2. This plugin provides autocompletion for the [Salesforce DX](https://developer.salesforce.com/tools/sfdxcli) CLI.
  3. To use it, add `sfdx` to the plugins array in your zshrc file:
  4. ```zsh
  5. plugins=(... sfdx)
  6. ```
  7. Original repository: https://github.com/wadewegner/salesforce-cli-zsh-completion