diff options
Diffstat (limited to 'zsh/oh-my-zsh/plugins/volta/README.md')
-rw-r--r-- | zsh/oh-my-zsh/plugins/volta/README.md | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/zsh/oh-my-zsh/plugins/volta/README.md b/zsh/oh-my-zsh/plugins/volta/README.md deleted file mode 100644 index d5972d5..0000000 --- a/zsh/oh-my-zsh/plugins/volta/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# Volta - -This plugin provides completion for [Volta](https://volta.sh/). - -To use it add volta to the plugins array in your zshrc file. - -```bash -plugins=(... volta) -``` - -This plugin installs no aliases. |