This repository has been archived on 2024-09-01. You can view files and clone it, but cannot push or open issues or pull requests.
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