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

8 lines
118 B
Bash
Raw Normal View History

2017-05-03 16:10:13 +03:00
# Functions meant to be used interactively.
# vim: ft=zsh
# Source the .zshrc again
function reload {
exec zsh -i
}