summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElla Grapp <ella@blackboard>2022-11-28 22:48:58 -0500
committerElla Grapp <ella@blackboard>2022-11-28 22:48:58 -0500
commit7a34648c765b866dd81ea6d84a958bb656429352 (patch)
tree2f670913a73bd4a535b7e163994f1a8ad18e76b7
parent92c1d8318c2d6d54566f7a1398e1ce5df2a41d6d (diff)
add .bash_profile
-rw-r--r--dot/bash_profile6
1 files changed, 6 insertions, 0 deletions
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 @@
1source ~/.bashrc
2
3if [ "$SHLVL" = 1 ] && [ "$(tty)" = /dev/tty1 ]
4then
5 startx && exit
6fi