mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
Merge 2610135df9 into a07126330b
This commit is contained in:
commit
dc769e97e6
1 changed files with 2 additions and 2 deletions
|
|
@ -157,13 +157,13 @@ case $state in
|
||||||
'*::file:_files'
|
'*::file:_files'
|
||||||
;;
|
;;
|
||||||
(test)
|
(test)
|
||||||
_files
|
_path_files -X "All tests" -g "test/**/*_test.exs" -g "apps/*/test/**/*_test.exs"
|
||||||
;;
|
;;
|
||||||
(test.watch)
|
(test.watch)
|
||||||
_files
|
_files
|
||||||
;;
|
;;
|
||||||
(run)
|
(run)
|
||||||
_files
|
_files -g "*.(exs|ex)"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue