summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2022-11-29 21:36:30 -0500
committerAndrew Cady <d@cryptonomic.net>2022-11-29 21:36:30 -0500
commit3029c4c73ca18fe8bfaf6b2b4b47d893f336bfb7 (patch)
treefe11d15aa6c6a2d309e9cd720c643ca06eda4252
parent7a34648c765b866dd81ea6d84a958bb656429352 (diff)
bash_profile fixes
-rw-r--r--dot/bash_profile5
1 files 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 @@
1source ~/.bashrc 1. ~/.profile
2. ~/.bashrc
2 3
3if [ "$SHLVL" = 1 ] && [ "$(tty)" = /dev/tty1 ] 4if [ "$SHLVL" = 1 ] && [ "$(tty)" = /dev/tty1 ]
4then 5then
5 startx && exit 6 startx && exit
6fi 7fi