al-skel/home/.zprofile

10 lines
157 B
Plaintext
Raw Normal View History

2017-10-16 14:38:02 -05:00
# ~/.zprofile
2017-10-23 18:35:35 -05:00
XDG_CONFIG_HOME="$HOME/.config"
export XDG_CONFIG_HOME
2017-10-16 14:38:02 -05:00
[[ -f ~/.zshrc ]] && . ~/.zshrc
[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx