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
Add file completion to `mix run` (
#5673
)
Geoff Lane
8 years ago
parent
456341fd69
commit
1ca2fe63de
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
3
0
plugins/mix/_mix
+ 3
- 0
plugins/mix/_mix
View File
@@ -86,6 +86,9 @@ case $state in
(test)
_files
;;
+ (run)
+ _files
+ ;;
esac
;;
esac