Merge updates from recent build
This commit is contained in:
9
etc/skel/.zprofile
Normal file
9
etc/skel/.zprofile
Normal file
@ -0,0 +1,9 @@
|
||||
# ~/.zprofile
|
||||
|
||||
XDG_CONFIG_HOME="$HOME/.config"
|
||||
export XDG_CONFIG_HOME
|
||||
|
||||
|
||||
[[ -f ~/.zshrc ]] && . ~/.zshrc
|
||||
|
||||
[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx
|
Reference in New Issue
Block a user