mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
mix run takes file arguments
This commit is contained in:
parent
037764acc3
commit
91e5739936
1 changed files with 3 additions and 0 deletions
|
|
@ -86,6 +86,9 @@ case $state in
|
|||
(test)
|
||||
_files
|
||||
;;
|
||||
(run)
|
||||
_files
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue