From 8d0095ee5d9c9a6594edc2618fef1d4a3d0ad7d3 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 18 Nov 2024 12:13:09 +0100 Subject: bash: Don’t autostart Emacs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bash_profile | 1 - 1 file changed, 1 deletion(-) diff --git a/.bash_profile b/.bash_profile index da19a36..326d8a6 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,3 +1,2 @@ -command -v emacs >/dev/null && emacs --daemon [[ -f ~/.bashrc ]] && source ~/.bashrc [[ -z "$DISPLAY" && `tty` == /dev/tty1 ]] && exec Hyprland -- cgit v1.2.3