dotfiles/homedir/.config/zsh.d/modules/shell
fbt c78cb78ff0 init
Signed-off-by: fbt <fbt@fleshless.org>
2017-05-03 16:10:13 +03:00

8 lines
118 B
Bash

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