]> src.twobees.de Git - dotfiles.git/blobdiff - stow/oh-my-zsh/.oh-my-zsh/plugins/deno/README.md
rm oh-my-zsh
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / deno / README.md
diff --git a/stow/oh-my-zsh/.oh-my-zsh/plugins/deno/README.md b/stow/oh-my-zsh/.oh-my-zsh/plugins/deno/README.md
deleted file mode 100644 (file)
index 6913183..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-# Deno Plugin
-
-This plugin sets up completion and aliases for [Deno](https://deno.land).
-
-## Aliases
-
-| Alias | Full command     |
-| ----- | ---------------- |
-| db    | deno bundle      |
-| dc    | deno compile     |
-| dca   | deno cache       |
-| dfmt  | deno fmt         |
-| dh    | deno help        |
-| dli   | deno lint        |
-| drn   | deno run         |
-| drA   | deno run -A      |
-| drw   | deno run --watch |
-| dts   | deno test        |
-| dup   | deno upgrade     |