Current Path :
/
usr
/
share
/
zsh
/
5.0.2
/
functions
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//usr/share/zsh/5.0.2/functions/_trap
#compdef trap local expl if [[ CURRENT -eq 2 ]]; then compset -q _normal else _signals -a fi