summaryrefslogtreecommitdiff
path: root/files/.bash_profile
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-05-01 13:37:31 +0200
committerandromeda <andromeda@lenovo>2026-05-01 13:37:31 +0200
commita98b53de9991167471e840ae3c18798c8d9fc1b7 (patch)
treea171feae252b59d277e3c2790d8f1224da315ea0 /files/.bash_profile
new conf
Diffstat (limited to 'files/.bash_profile')
-rw-r--r--files/.bash_profile7
1 files changed, 7 insertions, 0 deletions
diff --git a/files/.bash_profile b/files/.bash_profile
new file mode 100644
index 0000000..3e60711
--- /dev/null
+++ b/files/.bash_profile
@@ -0,0 +1,7 @@
+# Set up the system, user profile, and related variables.
+# /etc/profile will be sourced by bash automatically
+# Set up the home environment profile.
+if [ -f ~/.profile ]; then source ~/.profile; fi
+
+# Honor per-interactive-shell startup file
+if [ -f ~/.bashrc ]; then source ~/.bashrc; fi