summaryrefslogtreecommitdiff
path: root/.zprofile
blob: c8c76b4f56a3e7379892ebb46147c5bdc3f9c742 (about) (plain)
1
2
3
4
5
6
7
8
9
10

[[ -f ~/.bashrc ]] && . ~/.bashrc

if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
  exec startx
fi

export EDITOR="emacsclient"
export TERMINAL="alacriy"
export BROWSER="usr/bin/qutebrowser"