mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-06-05 05:03:16 +02:00
Merge f4bb0c06d6 into 0d80e9b4ee
This commit is contained in:
commit
983f39d154
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