aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/etc/skel/.bash_profile')
-rw-r--r--core/etc/skel/.bash_profile5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/etc/skel/.bash_profile b/core/etc/skel/.bash_profile
new file mode 100644
index 0000000..94a6622
--- /dev/null
+++ b/core/etc/skel/.bash_profile
@@ -0,0 +1,5 @@
+# /etc/skel/.bash_profile
+
+# This file is sourced by bash for login shells. The following line
+# runs your .bashrc and is recommended by the bash info pages.
+[[ -f ~/.bashrc ]] && . ~/.bashrc