From 5208e4c3ee47b79108d06c8f6c148b60cb92c420 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Wed, 12 Apr 2023 18:51:23 -0400 Subject: [PATCH] Fixed --- homeConfig/dotfiles/bash/bash_profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/homeConfig/dotfiles/bash/bash_profile b/homeConfig/dotfiles/bash/bash_profile index 7950f5e..8dc21fd 100644 --- a/homeConfig/dotfiles/bash/bash_profile +++ b/homeConfig/dotfiles/bash/bash_profile @@ -3,3 +3,6 @@ if [ -z "$DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then # Start Sway in the background exec sway fi + +source ~/.bashrc +