summaryrefslogtreecommitdiff
path: root/dot/bash_profile
diff options
context:
space:
mode:
Diffstat (limited to 'dot/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