summaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/zshrc b/zshrc
index 056f884..a2fff9b 100644
--- a/zshrc
+++ b/zshrc
@@ -26,6 +26,8 @@
ZDOTDIR=${ZDOTDIR:-~/.zsh}
mkdir -p $ZDOTDIR
+trap "source ~/.zshrc" USR1
+
# Useful environment variables which may be used
# at any time - We compute them now to avoid calling
# the required processes each time we'll need.