# vim:ft=zsh
# Make zsh exit on ^C
# © 2013 Axel Wagner and contributors (see also: LICENSE)
trap exit SIGINT
