Current Path : /proc/self/root/proc/self/root/proc/2/root/proc/3/root/usr/share/zsh/4.3.11/functions/ |
Current File : //proc/self/root/proc/self/root/proc/2/root/proc/3/root/usr/share/zsh/4.3.11/functions/_trap |
#compdef trap local expl if [[ CURRENT -eq 2 ]]; then compset -q _normal else _signals -a fi