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