summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-09-26 18:35:49 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-09-26 18:35:49 +0200
commit439aa3c8596eb148564530b649ebe957091724d3 (patch)
tree43dfe9c03ba3a07f7253dde2eaf8f5bcfe9b7683 /.bash_profile
parent3e7ca91d6043288e5269cdf1d7303256646cb60b (diff)
bash: Don’t start the Emacs daemon
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile
index da19a36..2fa89ee 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -1,3 +1,3 @@
-command -v emacs >/dev/null && emacs --daemon
+# command -v emacs >/dev/null && emacs --daemon --debug-init
[[ -f ~/.bashrc ]] && source ~/.bashrc
[[ -z "$DISPLAY" && `tty` == /dev/tty1 ]] && exec Hyprland