aboutsummaryrefslogtreecommitdiff
path: root/src/bash/bash_profile
diff options
context:
space:
mode:
authorAutumn <git@autumnfo.rest>2026-05-15 17:50:57 +0100
committerAutumn <git@autumnfo.rest>2026-05-15 17:50:57 +0100
commitc19ae248bbb125c354a448f42ee2c9504c4f698f (patch)
treeda127decddb935f36f5215faae3c43b66753c67e /src/bash/bash_profile
parent8f6f6958e931f4e36daf4404455e9529ba9f9e89 (diff)
[conf/bash] added bash config
Diffstat (limited to 'src/bash/bash_profile')
-rw-r--r--src/bash/bash_profile8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/bash/bash_profile b/src/bash/bash_profile
new file mode 100644
index 0000000..6974261
--- /dev/null
+++ b/src/bash/bash_profile
@@ -0,0 +1,8 @@
+#
+# ~~~ bash profile
+#
+
+# load bashrc
+if [[ -f ~/.bashrc ]]; then
+ . ~/.bashrc
+fi