# Functions meant to be used interactively.
# vim: ft=zsh

# Source the .zshrc again
function reload {
	exec zsh -i
}
