summaryrefslogtreecommitdiff
path: root/.config/bash/login.sh
diff options
context:
space:
mode:
Diffstat (limited to '.config/bash/login.sh')
-rw-r--r--.config/bash/login.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/bash/login.sh b/.config/bash/login.sh
new file mode 100644
index 0000000..1269a03
--- /dev/null
+++ b/.config/bash/login.sh
@@ -0,0 +1,9 @@
+# ~/.bash_login: executed by bash(1) when login shell starts.
+
+# I think this is sane default behavior
+
+# Load user settings
+. "$HOME/.profile"
+
+# Load bash settings (automatic for non-login shells)
+. "$HOME/.bashrc"