summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zprofile7
1 files changed, 0 insertions, 7 deletions
diff --git a/.zprofile b/.zprofile
index 485845d..4c7d62b 100644
--- a/.zprofile
+++ b/.zprofile
@@ -1,10 +1,3 @@
-
-[[ -f ~/.bashrc ]] && . ~/.bashrc
-
-if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
- exec startx
-fi
-
export EDITOR="emacs"
export TERMINAL="alacritty"
export BROWSER="usr/bin/qutebrowser"