From 4d065db24624221b635d40855aea37c9b4bb8c98 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Fri, 14 Jun 2024 11:33:44 -0400 Subject: [PATCH] exit on bashprofile --- src/user/modules/bash/config/shellHook.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/src/user/modules/bash/config/shellHook.nix b/src/user/modules/bash/config/shellHook.nix index 0b348d1..be94e35 100644 --- a/src/user/modules/bash/config/shellHook.nix +++ b/src/user/modules/bash/config/shellHook.nix @@ -25,6 +25,7 @@ case $- in exec Hyprland '' } + exit 0 fi ''} ${optionalString tmux.enable ''