From 0536c594edf4bc5a949479f68d49bd6cb79c05a3 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 21 Sep 2024 07:44:17 +0200 Subject: bash: Autostart Emacs --- .bash_profile | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3