Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
share
/
zsh
/
functions
/
Completion
/
Unix
📤 Upload
📝 New File
📁 New Folder
Close
Editing: _cmdambivalent
#autoload if (( CURRENT == 1 && ${#words} == 1 )); then # Heuristics to decide whether to complete for system() or for execl(). local space=' ' if (( ${${words[CURRENT]}[(I)$space]} )); then _cmdstring elif [[ ${${compstate[all_quotes]}[1]} == (\'|\") ]]; then _cmdstring else _command_names -e fi elif (( CURRENT == 1 )); then _command_names -e else _normal fi
Save
Cancel