dotfiles/homedir/.config/zsh.d/modules/shell

8 lines
118 B
Bash

# Functions meant to be used interactively.
# vim: ft=zsh
# Source the .zshrc again
function reload {
exec zsh -i
}