mirror of https://github.com/ohmyzsh/ohmyzsh.git
eb2eacaf0c
This removes .gitignore plugin files and adds a force-rm of the old completion file, which ignores any errors if the file doesn't exist. |
||
---|---|---|
.. | ||
README.md | ||
deno.plugin.zsh |
README.md
Deno Plugin
This plugin sets up completion and aliases for Deno.
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 |
drw | deno run --watch |
dts | deno test |
dup | deno upgrade |