This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
zsh
Watch
1
Star
0
Fork
You've already forked zsh
0
mirror of
git://git.code.sf.net/p/zsh/code
synced
2025-01-17 22:31:12 +01:00
Code
Releases
Activity
6c1fb551ba
zsh
/
Completion
/
Builtins
/
_trap
8 lines
86 B
Text
Raw
Normal View
History
Unescape
Escape
zsh-3.1.5-pws-10
1999-04-15 20:17:36 +02:00
#defcomp trap
zsh-3.1.5-pws-11
1999-04-15 20:18:42 +02:00
if [[ CURRENT -eq 2 ]]; then
compgen -c
zsh-3.1.5-pws-10
1999-04-15 20:17:36 +02:00
else
zsh-3.1.5-pws-11
1999-04-15 20:18:42 +02:00
compgen -k signals
zsh-3.1.5-pws-10
1999-04-15 20:17:36 +02:00
fi
Copy permalink