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