mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
Add plugin: dasht (issue: 5040)
This commit is contained in:
parent
1b1315a777
commit
f4bb0c06d6
1 changed files with 14 additions and 0 deletions
14
plugins/dasht/_dasht
Normal file
14
plugins/dasht/_dasht
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
#compdef dasht
|
||||||
|
_main() {
|
||||||
|
|
||||||
|
local commands
|
||||||
|
commands=(`dasht-docsets 2>/dev/null`)
|
||||||
|
|
||||||
|
if (( CURRENT >= 3 )); then
|
||||||
|
_describe -t commands 'commands' commands
|
||||||
|
fi
|
||||||
|
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
|
_main
|
||||||
Loading…
Add table
Add a link
Reference in a new issue