From dd020dfa4c6975c197b49fc7a0f0ce0ce373e7b5 Mon Sep 17 00:00:00 2001 From: Joey Baker Date: Mon, 11 Aug 2014 12:23:24 -0700 Subject: [PATCH] Add instructions on how to restart a session Fixes #653 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 24445cb5..1da67c17 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,9 @@ accompanying README files to learn of what is available. ![sorin theme][2] +### Restarting a shell session. +Run `exec zsh`. (`source ~/.zshrc` will not work.) + Customization -------------