summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-09-21 07:44:17 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-09-21 07:44:17 +0200
commit0536c594edf4bc5a949479f68d49bd6cb79c05a3 (patch)
treeb1d523007e4004a809afaf916de7519f78612efa
parentc2c5577a0d40d8c69d609792b918d4a045aff17d (diff)
bash: Autostart Emacs
-rw-r--r--.bash_profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile
index 326d8a6..da19a36 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -1,2 +1,3 @@
+command -v emacs >/dev/null && emacs --daemon
[[ -f ~/.bashrc ]] && source ~/.bashrc
[[ -z "$DISPLAY" && `tty` == /dev/tty1 ]] && exec Hyprland