This website works better with JavaScript
Home
Explore
Help
Sign In
HonorLee
/
ohmyzsh
mirror of
https://github.com/ohmyzsh/ohmyzsh.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Added completion to the theme selection plugin
Roey Darwish Dror
13 years ago
parent
5e9a16b88a
commit
f7b1615b7c
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
3
0
plugins/themes/_theme
+ 3
- 0
plugins/themes/_theme
View File
@@ -0,0 +1,3 @@
+#compdef theme
+
+_arguments "1: :($(lstheme | tr "\n" " "))"