1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-04-03 22:00:16 +08:00

Add file completion to mix run ()

This commit is contained in:
Geoff Lane 2016-12-17 16:32:53 -05:00 committed by Marc Cornellà
parent 456341fd69
commit 1ca2fe63de

View File

@ -86,6 +86,9 @@ case $state in
(test)
_files
;;
(run)
_files
;;
esac
;;
esac