From 7a34648c765b866dd81ea6d84a958bb656429352 Mon Sep 17 00:00:00 2001 From: Ella Grapp Date: Mon, 28 Nov 2022 22:48:58 -0500 Subject: add .bash_profile --- dot/bash_profile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 dot/bash_profile diff --git a/dot/bash_profile b/dot/bash_profile new file mode 100644 index 0000000..b38ddfe --- /dev/null +++ b/dot/bash_profile @@ -0,0 +1,6 @@ +source ~/.bashrc + +if [ "$SHLVL" = 1 ] && [ "$(tty)" = /dev/tty1 ] +then + startx && exit +fi -- cgit v1.2.3