diff --git a/zshrc b/zshrc
index 6d64b03..5730d22 100644
--- a/zshrc
+++ b/zshrc
@@ -184,6 +184,7 @@ frequent-directory Sandbox="$HOME/Sandbox"
 
 # Load work related config
 [ -f ~/.config/work/zshrc ] && source ~/.config/work/zshrc
+[ -f ~/.config/private/zshrc ] && source ~/.config/private/zshrc
 
 # Aliases
 alias grep='grep --color=always'