mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-15 20:00:40 +01:00
Added _files to complete all arguments following the first as files
This commit is contained in:
committed by
Tobias Preuss
parent
89f1d94a30
commit
8ad9122ba4
@@ -35,3 +35,5 @@ if (( CURRENT == 1 )); then
|
||||
_describe -t commands "adb subcommand" _1st_arguments
|
||||
return
|
||||
fi
|
||||
|
||||
_files
|
||||
|
||||
Reference in New Issue
Block a user