ACC SHELL

Path : /usr/share/zsh/4.3.10/functions/
File Upload :
Current File : //usr/share/zsh/4.3.10/functions/_trap

#compdef trap

local expl

if [[ CURRENT -eq 2 ]]; then
  compset -q
  _normal
else
  _signals -a
fi

ACC SHELL 2018