summaryrefslogtreecommitdiff
path: root/media-tv/mythtv/files/bash_profile
diff options
context:
space:
mode:
Diffstat (limited to 'media-tv/mythtv/files/bash_profile')
-rw-r--r--media-tv/mythtv/files/bash_profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/media-tv/mythtv/files/bash_profile b/media-tv/mythtv/files/bash_profile
new file mode 100644
index 000000000000..5de354bccae9
--- /dev/null
+++ b/media-tv/mythtv/files/bash_profile
@@ -0,0 +1,4 @@
+# .bash_profile
+case "`tty`" in
+ *tty8) startx; logout ;;
+esac