]> src.twobees.de Git - dotfiles.git/blobdiff - stow/oh-my-zsh/.oh-my-zsh/plugins/cabal/README.md
rm oh-my-zsh
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / cabal / README.md
diff --git a/stow/oh-my-zsh/.oh-my-zsh/plugins/cabal/README.md b/stow/oh-my-zsh/.oh-my-zsh/plugins/cabal/README.md
deleted file mode 100644 (file)
index b1106c4..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-# Cabal
-
-This plugin provides completion for [Cabal](https://www.haskell.org/cabal/), a build tool for Haskell. It
-also provides a function `cabal_sandbox_info` that prints whether the current working directory is in a sandbox.
-
-To use it, add cabal to the plugins array of your zshrc file:
-```
-plugins=(... cabal)
-```