mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Added completion to the theme selection plugin
This commit is contained in:
parent
5e9a16b88a
commit
f7b1615b7c
1 changed files with 3 additions and 0 deletions
3
plugins/themes/_theme
Normal file
3
plugins/themes/_theme
Normal file
|
@ -0,0 +1,3 @@
|
|||
#compdef theme
|
||||
|
||||
_arguments "1: :($(lstheme | tr "\n" " "))"
|
Loading…
Reference in a new issue