diff options
author | mono-b <monoblanco@DRAINERDOMAIN.localdomain> | 2022-12-26 04:08:53 -0300 |
---|---|---|
committer | mono-b <monoblanco@DRAINERDOMAIN.localdomain> | 2022-12-26 04:08:53 -0300 |
commit | 8dc8f2d52338fd87e7763995e6732f5a295300e8 (patch) | |
tree | 56ea8a124b9a81e42251ffa1be92ad6475d7bef3 /zsh/.zprofile |
huh
Diffstat (limited to 'zsh/.zprofile')
-rw-r--r-- | zsh/.zprofile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/zsh/.zprofile b/zsh/.zprofile new file mode 100644 index 0000000..93d8d9f --- /dev/null +++ b/zsh/.zprofile @@ -0,0 +1,7 @@ +[[ -f ~/.zshrc ]] && . ~/.zshrc + +# xinit + +if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then + exec startx +fi |