From 00929a7d738f62e930f9b04b33d86a84ced2ea6d Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Sat, 10 Jan 2026 12:59:58 +0000 Subject: Stow bash --- bash/.bash_profile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 bash/.bash_profile (limited to 'bash/.bash_profile') diff --git a/bash/.bash_profile b/bash/.bash_profile new file mode 100644 index 0000000..93551ff --- /dev/null +++ b/bash/.bash_profile @@ -0,0 +1,10 @@ +# .bash_profile sourced by login shells (tty) + +if [ -f ~/.bashrc ] ; then + . ~/.bashrc +fi + +# StartX when first logging in. +if [[ "$(tty)" = "/dev/tty1" ]]; then + startx +fi -- cgit v1.2.3-13-gbd6f