summaryrefslogtreecommitdiff
path: root/.bash_profile
blob: 2fa4b9fcacbd725fb7ee7445dac95f7708fd9ec5 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# ~/.bash_profile
#

[[ -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"



export PATH="$HOME/.emacs.d/bin:$PATH"