summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile8
1 files changed, 5 insertions, 3 deletions
diff --git a/.bash_profile b/.bash_profile
index 7fe4500..2fa4b9f 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -4,11 +4,13 @@
[[ -f ~/.bashrc ]] && . ~/.bashrc
+if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
+ exec startx
+fi
export EDITOR="emacsclient"
-export TERMINAL="alacritty"
-export BROWSER="qutebrowser"
-export READER="zathura"
+export TERMINAL="alacriy"
+export BROWSER="usr/bin/qutebrowser"