mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-31 19:34:00 +08:00
Merge 2610135df9 into 44394e7225
This commit is contained in:
commit
9a72f17fd1
@ -157,13 +157,13 @@ case $state in
|
||||
'*::file:_files'
|
||||
;;
|
||||
(test)
|
||||
_files
|
||||
_path_files -X "All tests" -g "test/**/*_test.exs" -g "apps/*/test/**/*_test.exs"
|
||||
;;
|
||||
(test.watch)
|
||||
_files
|
||||
;;
|
||||
(run)
|
||||
_files
|
||||
_files -g "*.(exs|ex)"
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user