8 lines
104 B
Bash
8 lines
104 B
Bash
#
|
|
# ~/.zprofile
|
|
#
|
|
|
|
[[ -f ~/.zshrc ]] && . ~/.zshrc
|
|
|
|
[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx
|