From 3029c4c73ca18fe8bfaf6b2b4b47d893f336bfb7 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Tue, 29 Nov 2022 21:36:30 -0500 Subject: bash_profile fixes --- dot/bash_profile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dot/bash_profile b/dot/bash_profile index b38ddfe..9c34c0e 100644 --- a/dot/bash_profile +++ b/dot/bash_profile @@ -1,6 +1,7 @@ -source ~/.bashrc +. ~/.profile +. ~/.bashrc if [ "$SHLVL" = 1 ] && [ "$(tty)" = /dev/tty1 ] then - startx && exit + startx && exit fi -- cgit v1.2.3