This website requires JavaScript.
Explore
Help
Sign In
Customization
/
ohmyzsh
Watch
1
Star
0
Fork
You've already forked ohmyzsh
0
mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced
2024-11-11 00:10:08 +00:00
Code
Releases
Activity
31d63ea884
ohmyzsh
/
plugins
/
deno
History
Marc Cornellà
49bae43f62
refactor(plugins): generate completion functions in the background
2021-12-28 14:34:23 +01:00
..
deno.plugin.zsh
refactor(plugins): generate completion functions in the background
2021-12-28 14:34:23 +01:00
README.md
feat(deno): adding drA alias for --allow-all (
#10501
)
2021-12-17 15:40:57 -08:00
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
drA
deno run -A
drw
deno run --watch
dts
deno test
dup
deno upgrade