mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-17 22:31:12 +01:00
8 lines
86 B
Text
8 lines
86 B
Text
|
#defcomp trap
|
||
|
|
||
|
if [[ -position 1 ]]; then
|
||
|
complist -c
|
||
|
else
|
||
|
complist -k signals
|
||
|
fi
|