This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
ohmyzsh
Watch
1
Star
0
Fork
0
You've already forked ohmyzsh
mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced
2025-06-03 22:04:31 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
ohmyzsh
/
plugins
/
deno
History
Carlo Sala
63a7422d8d
fix(deno): actually load deno completion (
#9863
)
2021-04-26 11:54:53 +02:00
..
.gitignore
…
deno.plugin.zsh
fix(deno): actually load deno completion (
#9863
)
2021-04-26 11:54:53 +02:00
README.md
…
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