dotfiles/.zshenv

7 lines
117 B
Text
Raw Normal View History

#This is used to reload the instance
TRAPUSR1() {
if [[ -o INTERACTIVE ]]; then
exec "${SHELL}"
fi
}