diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index c97460e..88923d6 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -116,6 +116,9 @@ if (( $+commands[dircolors] )); then fi fi +# Source private zprofile +[[ ! -e "${(%):-%x}.priv" ]] || . "${(%):-%x}.priv" + # Automatically start X on login after boot. # Do not use exec so that the zlogout is still read. if (( $+commands[startx] )) && [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]]; then