From 30543e85eeae846b83146279e18d00da6c8473a4 Mon Sep 17 00:00:00 2001
From: Thomas Voss <mail@thomasvoss.com>
Date: Tue, 12 Sep 2023 23:32:01 +0200
Subject: bash: Don’t autostart emacs; trying out nvim
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .bash_profile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

(limited to '.bash_profile')

diff --git a/.bash_profile b/.bash_profile
index b084701..326d8a6 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -1,5 +1,2 @@
 [[ -f ~/.bashrc ]] && source ~/.bashrc
-[[ -z "$DISPLAY" && `tty` == /dev/tty1 ]] && {
-	emacs --daemon &
-	exec Hyprland
-}
+[[ -z "$DISPLAY" && `tty` == /dev/tty1 ]] && exec Hyprland
-- 
cgit v1.2.3