Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
share
/
zsh
/
functions
/
Completion
/
Unix
📤 Upload
📝 New File
📁 New Folder
Close
Editing: _object_files
#autoload local expl _description files expl 'object file' __object_file() { [[ -x $REPLY || $REPLY = *.(a|o|elf|dylib) || $REPLY = *.so(.<->)# || $REPLY = (core*|*.core) ]] } _files -g '*(-.e,__object_file,)' "$@" "${(@)expl}"
Save
Cancel