aboutsummaryrefslogtreecommitdiffstats
path: root/bashrc/.bash_profile
diff options
context:
space:
mode:
authorSpacedio <spacedio@thernusen.net>2026-04-08 22:15:39 -0400
committerSpacedio <spacedio@thernusen.net>2026-04-08 22:15:39 -0400
commit087ebd3772bfe1f2c0b7a4e5acec3c7677da1b47 (patch)
treec689425a5c18e0e85872015722a254e42e8a8426 /bashrc/.bash_profile
parent559cc182a5c359679b9b8bb56c12cb946e090d29 (diff)
downloaddotfiles-087ebd3772bfe1f2c0b7a4e5acec3c7677da1b47.tar.gz
Commit of Blade Stealth specific config.
Diffstat (limited to 'bashrc/.bash_profile')
-rw-r--r--bashrc/.bash_profile9
1 files changed, 9 insertions, 0 deletions
diff --git a/bashrc/.bash_profile b/bashrc/.bash_profile
new file mode 100644
index 0000000..ac667e7
--- /dev/null
+++ b/bashrc/.bash_profile
@@ -0,0 +1,9 @@
+# .bash_profile
+
+# Get the aliases and functions
+[ -f $HOME/.bashrc ] && . $HOME/.bashrc
+
+# Start X11 automatically on TTY1 login
+if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
+ exec startx
+fi \ No newline at end of file