]> src.twobees.de Git - dotfiles.git/blobdiff - stow/oh-my-zsh/.oh-my-zsh/plugins/httpie/README.md
rm oh-my-zsh
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / httpie / README.md
diff --git a/stow/oh-my-zsh/.oh-my-zsh/plugins/httpie/README.md b/stow/oh-my-zsh/.oh-my-zsh/plugins/httpie/README.md
deleted file mode 100644 (file)
index 25bdd0c..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-# HTTPie plugin
-
-This plugin adds completion for [HTTPie](https://httpie.org), a command line HTTP
-client, a friendlier cURL replacement.
-
-To use it, add `httpie` to the plugins array in your zshrc file:
-
-```zsh
-plugins=(... httpie)
-```
-
-It uses completion from [zsh-completions](https://github.com/zsh-users/zsh-completions).
-
-**Maintainer:** [lululau](https://github.com/lululau)